#c5d0b1

#c5d0b1 color hex

#c5d0b1 hex color information.
RGB value of #c5d0b1 is (197,208,177)
Change page background color to #c5d0b1 | Reset

#c5d0b1 rgb color chart

Color spaces of #c5d0b1

RGB 197208177
HSL0.230.250.75
HSV81°15°82°
CMYK 0.050.000.15   0.18
XYZ53.517660.156450.3856
Yxy60.15640.32620.3667
Hunter Lab77.5606-12.564115.7759
CIE-Lab81.9231-9.203514.1371

Shades of #c5d0b1

Tints of #c5d0b1

RGB Percentages of Color #c5d0b1

%33.85
%35.74
%30.41

CMYK Percentages of Color #c5d0b1

%5
%0
%15
%18

#c5d0b1 Color Info

#c5d0b1 hex color red value is 197, green value is 208 and the blue value of its RGB is 208. Cylindrical-coordinate representations (also known as HSL) of color #c5d0b1 hue: 0.23 , saturation: 0.25 and the lightness value of c5d0b1 is 0.75.

The process color (four color CMYK) of #c5d0b1 hex color is 0.05, 0.00, 0.15, 0.18. Web safe color of #c5d0b1 is #cccc99

Color #c5d0b1 contains mostly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 11010000 10110001
Octal 305 320 261
Decimal 197 208 177
Hexadecimal C5 D0 B1

Decimal base numbers are RGB value of the color.

Monochromatic Colors of #c5d0b1

Triadic Colors of #c5d0b1

#c5d0b1 #b1c5d0 #d0b1c5

Analogous Colors of #c5d0b1

#c5d0b1 #b5d0b1 #d0cbb1

Complementary Color of #c5d0b1

#c5d0b1 #bbb1d0

#c5d0b1 HSL Color Chart
#c5d0b1 hsl color chart
#c5d0b1 RGB Color Chart

#c5d0b1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c5d0b1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c5d0b1 Color CSS Codes

.mybgcolor {background-color:#c5d0b1; } 
.myforecolor {color:#c5d0b1; }
.mybordercolor {border:3px solid #c5d0b1; }
Sample text font color #c5d0b1

This sample text font color is #c5d0b1
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.

html code
<p style="color:#c5d0b1">Text here</p>
#c5d0b1 background color

This div background color is #c5d0b1

<div style="background-color:#c5d0b1">
Div content here</div>
#c5d0b1 border color

This div border color is #c5d0b1

<div style="border:3px solid #c5d0b1">
Div here</div>
HTML Button and Input Text Box Sample

HTML Table Border #c5d0b1 Color Sample
#c5d0b1border color

CSS3 Examples

.textShadowRgb {
    text-shadow: 4px 4px 2px rgba(197,208,177, 0.8); 
        } 
.textShadowHex { 
    text-shadow: 4px 4px 2px #c5d0b1; 
        }
.divShadow { 
    -moz-box-shadow: 1px 1px 3px 2px #c5d0b1;
  -webkit-box-shadow: 1px 1px 3px 2px #c5d0b1;
  box-shadow:         1px 1px 3px 2px #c5d0b1; 
      }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(197,208,177, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c5d0b1">Text here</p>

This text has shadow with hex values.



Div Box Shadow

This div box has shadow with color #c5d0b1

<div style="-moz-box-shadow: 1px 1px 3px 2px #c5d0b1;
  -webkit-box-shadow: 1px 1px 3px 2px #c5d0b1;
  box-shadow:         1px 1px 3px 2px #c5d0b1;">
Div content here</div>

Share your comments, give name to this color:



Your comment has added and will published after it's approved.
Back to top