COLOR #C5DECD

HEX: #C5DECD RGB: (197,222,205)

Color info

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

RGB color model

#C5DECD color RGB value is (197,222,205).

RGB: (197,222,205) (77%, 87%, 80%)

RGB channels and saturation

R 197 of 255 = 77%
G 222 of 255 = 87%
B 205 of 255 = 80%

197
222
205

R + G + B ~ 81%. #C5DECD is quite light color.

Portions of RGB colors in percentages

R + G + B = 197 + 222 + 205 = 624 (100%)
R 197 of 624 ~ 31.57%
G 222 of 624 ~ 35.58%
B 205 of 624 ~ 32.85'%

%31.57
%35.58
%32.85

CMYK color model

#C5DECD color CMYK value is (11,0,8,13).

  • cyan value is 11.26%
  • magenta value is 0.00%
  • yellow value is 7.66%
  • key color value is 12.94%

CMYK: (11,0,8,13)
C11M0Y8K13 (11%, 0%, 8%, 13%)
(0.11 / 0.00 / 0.08 / 0.13)

CMYK percentages

%11.26
%0
%7.66
%12.94

Codes

Color #C5DECD in popluar color models

C5 DE CD
RGB 197 222 205
HSL 139° 27.47% 82.16%
HSB/HSV 139° 11.26% 87.06%
CMYK 11.26% 0.00% 7.66%
12.94%

Color #C5DECD in popluar number systems.

HEX C5 DE CD
Decimal 197 222 205
Binary 11000101 11011110 11001101
Octal 305 336 315

Shades and tints

Shades of #C5DECD

#C5DECD
(197,222,205)
#B4CABB
(180,202,187)
#A3B6A9
(163,182,169)
#92A297
(146,162,151)
#818E85
(129,142,133)
#707A73
(112,122,115)
#5F6661
(95,102,97)
#4E524F
(78,82,79)
#3D3E3D
(61,62,61)
#2C2A2B
(44,42,43)
#1B1619
(27,22,25)
#000000
(0,0,0)

Tints of #C5DECD

#C5DECD
(197,222,205)
#CAE1D1
(202,225,209)
#CFE4D5
(207,228,213)
#D4E7D9
(212,231,217)
#D9EADD
(217,234,221)
#DEEDE1
(222,237,225)
#E3F0E5
(227,240,229)
#E8F3E9
(232,243,233)
#EDF6ED
(237,246,237)
#F2F9F1
(242,249,241)
#F7FCF5
(247,252,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5DECD color. Also use rgb(197,222,205) instead hex code.

Text Font Color

.myTextColor { color: #C5DECD; }

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

This text font color is #C5DECD.

Background Color

.myBgColor { background-color: #C5DECD; }

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

This div background color is #C5DECD.

Border color

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

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

This div border color is #C5DECD.

Opacity

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

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

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

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

This text has shadow with #C5DECD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C5DECD.

Preview

Color preview on black background

This text has color #C5DECD on black background.


Color preview on white background

This text has color #C5DECD on white background.


Black color preview on #C5DECD background

This text has black color on #C5DECD background.


White color preview on #C5DECD background

This text has white color on #C5DECD background.


Related colors

Complementary color

Complementary color for #hex is #3A2132.


I love getcolorcode.com

Triadic colors

1 #CDC5DE and #DECDC5 with #C5DECD are triadic colors.

2 #CDDEC5 and #DEC5CD with #C5DECD are triadic colors.