COLOR #C5DCC8

HEX: #C5DCC8
RGB: (197,220,200)

Color info

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

RGB color model

#C5DCC8 color RGB value is (197,220,200).

  • red value is 197;
  • green value is 220;
  • blue value is 200.
RGB:
(197,220,200)
(77%,86%,78%)

RGB channels and saturation

R 197 of 255 = 77%
G 220 of 255 = 86%
B 200 of 255 = 78%

197
220
200

R + G + B ~ 80%. #C5DCC8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
197 + 220 + 200 = 617 (100%)
R 197 of 617 ~ 31.93%
G 220 of 617 ~ 35.66%
B 200 of 617 ~ 32.41%

%31.93
%35.66
%32.41

CMYK color model

#C5DCC8 color CMYK value is (10,0,9,14).

  • cyan value is 10.45%
  • magenta value is 0.00%
  • yellow value is 9.09%
  • key color value is 13.73%
CMYK:
(10,0,9,14)
C10M0Y9K14 
(10%,0%,9%,14%)
(0.10/0.00/0.09/0.14)	

CMYK percentages

%10.45
%0
%9.09
%13.73

Codes

Color #C5DCC8 in popluar color models

C5DCC8
RGB197220200
HSL128°24.73%81.76%
HSB/HSV128°10.45%86.27%
CMYK10.45%0.00%9.09%
13.73%

Color #C5DCC8 in popluar number systems.

HEXC5DCC8
Decimal197220200
Binary110001011101110011001000
Octal305334310

Shades and tints

Shades of #C5DCC8

#C5DCC8
(197,220,200)
#B4C8B6
(180,200,182)
#A3B4A4
(163,180,164)
#92A092
(146,160,146)
#818C80
(129,140,128)
#70786E
(112,120,110)
#5F645C
(95,100,92)
#4E504A
(78,80,74)
#3D3C38
(61,60,56)
#2C2826
(44,40,38)
#1B1414
(27,20,20)
#000000
(0,0,0)

Tints of #C5DCC8

#C5DCC8
(197,220,200)
#CADFCD
(202,223,205)
#CFE2D2
(207,226,210)
#D4E5D7
(212,229,215)
#D9E8DC
(217,232,220)
#DEEBE1
(222,235,225)
#E3EEE6
(227,238,230)
#E8F1EB
(232,241,235)
#EDF4F0
(237,244,240)
#F2F7F5
(242,247,245)
#F7FAFA
(247,250,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5DCC8 color. Also use rgb(197,220,200) instead hex code.

Text Font Color

.myTextColor { color: #C5DCC8; }

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

This text font color is #C5DCC8.


Background Color

.myBgColor { background-color: #C5DCC8; }

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

This div background color is #C5DCC8.


Border color

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

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

This div border color is #C5DCC8.


Opacity

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

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

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

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

This text has shadow with #C5DCC8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5DCC8 on black background.


Color preview on white background

This text has color #C5DCC8 on white background.



Black color preview on #C5DCC8 background

This text has black color on #C5DCC8 background.


White color preview on #C5DCC8 background

This text has white color on #C5DCC8 background.