COLOR #C5D5B7

HEX: #C5D5B7
RGB: (197,213,183)

Color info

#C5D5B7 contains red, green and blue colors in about the same proportion. Web safe color of #C5D5B7 is #CCCCCC (or #CCC).

RGB color model

#C5D5B7 color RGB value is (197,213,183).

  • red value is 197;
  • green value is 213;
  • blue value is 183.
RGB:
(197,213,183)
(77%,84%,72%)

RGB channels and saturation

R 197 of 255 = 77%
G 213 of 255 = 84%
B 183 of 255 = 72%

197
213
183

R + G + B ~ 78%. #C5D5B7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
197 + 213 + 183 = 593 (100%)
R 197 of 593 ~ 33.22%
G 213 of 593 ~ 35.92%
B 183 of 593 ~ 30.86%

%33.22
%35.92
%30.86

CMYK color model

#C5D5B7 color CMYK value is (8,0,14,16).

  • cyan value is 7.51%
  • magenta value is 0.00%
  • yellow value is 14.08%
  • key color value is 16.47%
CMYK:
(8,0,14,16)
C8M0Y14K16 
(8%,0%,14%,16%)
(0.08/0.00/0.14/0.16)	

CMYK percentages

%7.51
%0
%14.08
%16.47

Codes

Color #C5D5B7 in popluar color models

C5D5B7
RGB197213183
HSL92°26.32%77.65%
HSB/HSV92°14.08%83.53%
CMYK7.51%0.00%14.08%
16.47%

Color #C5D5B7 in popluar number systems.

HEXC5D5B7
Decimal197213183
Binary110001011101010110110111
Octal305325267

Shades and tints

Shades of #C5D5B7

#C5D5B7
(197,213,183)
#B4C2A7
(180,194,167)
#A3AF97
(163,175,151)
#929C87
(146,156,135)
#818977
(129,137,119)
#707667
(112,118,103)
#5F6357
(95,99,87)
#4E5047
(78,80,71)
#3D3D37
(61,61,55)
#2C2A27
(44,42,39)
#1B1717
(27,23,23)
#000000
(0,0,0)

Tints of #C5D5B7

#C5D5B7
(197,213,183)
#CAD8BD
(202,216,189)
#CFDBC3
(207,219,195)
#D4DEC9
(212,222,201)
#D9E1CF
(217,225,207)
#DEE4D5
(222,228,213)
#E3E7DB
(227,231,219)
#E8EAE1
(232,234,225)
#EDEDE7
(237,237,231)
#F2F0ED
(242,240,237)
#F7F3F3
(247,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5D5B7 color. Also use rgb(197,213,183) instead hex code.

Text Font Color

.myTextColor { color: #C5D5B7; }

<p style="color:#C5D5B7">This sample text font color is #C5D5B7.</p>

This text font color is #C5D5B7.


Background Color

.myBgColor { background-color: #C5D5B7; }

<div style="background-color:#C5D5B7">Inner text</div>

This div background color is #C5D5B7.


Border color

.myBorderColor { border: 1px solid #C5D5B7; }

<div style="border:3px solid #C5D5B7">Div</div>

This div border color is #C5D5B7.


Opacity

.myOpacity80 { color: #C5D5B7; opacity: 0.8; }

<p style="color:#C5D5B7;opacity:0.8;">80%</p>

Text with #C5D5B7 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #C5D5B7;}

<p style="text-shadow: 3px 3px 1px #C5D5B7">Text here.</p>

This text has shadow with #C5D5B7 color.

.textShadow {text-shadow: 3px 3px 1px #C5D5B7, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #C5D5B7, 5px 5px 20px red">Text here.</p>

This text has shadow with #C5D5B7 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C5D5B7, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#C5D5B7, Direction=45, Strength=4)">Text</p>

This text has shadow with #C5D5B7 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #C5D5B7;
  -webkit-box-shadow:	1px 1px 3px 2px #C5D5B7;
  box-shadow:		1px 1px 3px 2px #C5D5B7;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C5D5B7;
-webkit-box-shadow: 1px 1px 3px 2px #C5D5B7;
box-shadow:1px 1px 3px 2px #C5D5B7;">
Div content here</div>
This div box has shadow with color #C5D5B7.

Preview

Color preview on black background

This text has color #C5D5B7 on black background.


Color preview on white background

This text has color #C5D5B7 on white background.



Black color preview on #C5D5B7 background

This text has black color on #C5D5B7 background.


White color preview on #C5D5B7 background

This text has white color on #C5D5B7 background.