COLOR #C5D8C0

HEX: #C5D8C0
RGB: (197,216,192)

Color info

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

RGB color model

#C5D8C0 color RGB value is (197,216,192).

  • red value is 197;
  • green value is 216;
  • blue value is 192.
RGB:
(197,216,192)
(77%,85%,75%)

RGB channels and saturation

R 197 of 255 = 77%
G 216 of 255 = 85%
B 192 of 255 = 75%

197
216
192

R + G + B ~ 79%. #C5D8C0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
197 + 216 + 192 = 605 (100%)
R 197 of 605 ~ 32.56%
G 216 of 605 ~ 35.7%
B 192 of 605 ~ 31.74%

%32.56
%35.7
%31.74

CMYK color model

#C5D8C0 color CMYK value is (9,0,11,15).

  • cyan value is 8.80%
  • magenta value is 0.00%
  • yellow value is 11.11%
  • key color value is 15.29%
CMYK:
(9,0,11,15)
C9M0Y11K15 
(9%,0%,11%,15%)
(0.09/0.00/0.11/0.15)	

CMYK percentages

%8.8
%0
%11.11
%15.29

Codes

Color #C5D8C0 in popluar color models

C5D8C0
RGB197216192
HSL108°23.53%80.00%
HSB/HSV108°11.11%84.71%
CMYK8.80%0.00%11.11%
15.29%

Color #C5D8C0 in popluar number systems.

HEXC5D8C0
Decimal197216192
Binary110001011101100011000000
Octal305330300

Shades and tints

Shades of #C5D8C0

#C5D8C0
(197,216,192)
#B4C5AF
(180,197,175)
#A3B29E
(163,178,158)
#929F8D
(146,159,141)
#818C7C
(129,140,124)
#70796B
(112,121,107)
#5F665A
(95,102,90)
#4E5349
(78,83,73)
#3D4038
(61,64,56)
#2C2D27
(44,45,39)
#1B1A16
(27,26,22)
#000000
(0,0,0)

Tints of #C5D8C0

#C5D8C0
(197,216,192)
#CADBC5
(202,219,197)
#CFDECA
(207,222,202)
#D4E1CF
(212,225,207)
#D9E4D4
(217,228,212)
#DEE7D9
(222,231,217)
#E3EADE
(227,234,222)
#E8EDE3
(232,237,227)
#EDF0E8
(237,240,232)
#F2F3ED
(242,243,237)
#F7F6F2
(247,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5D8C0 color. Also use rgb(197,216,192) instead hex code.

Text Font Color

.myTextColor { color: #C5D8C0; }

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

This text font color is #C5D8C0.


Background Color

.myBgColor { background-color: #C5D8C0; }

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

This div background color is #C5D8C0.


Border color

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

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

This div border color is #C5D8C0.


Opacity

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

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

Text with #C5D8C0 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 #C5D8C0;}

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

This text has shadow with #C5D8C0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5D8C0 on black background.


Color preview on white background

This text has color #C5D8C0 on white background.



Black color preview on #C5D8C0 background

This text has black color on #C5D8C0 background.


White color preview on #C5D8C0 background

This text has white color on #C5D8C0 background.