COLOR #C5DEB6

HEX: #C5DEB6 RGB: (197,222,182)

Color info

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

RGB color model

#C5DEB6 color RGB value is (197,222,182).

RGB: (197,222,182) (77%, 87%, 71%)

RGB channels and saturation

R 197 of 255 = 77%
G 222 of 255 = 87%
B 182 of 255 = 71%

197
222
182

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

Portions of RGB colors in percentages

R + G + B = 197 + 222 + 182 = 601 (100%)
R 197 of 601 ~ 32.78%
G 222 of 601 ~ 36.94%
B 182 of 601 ~ 30.28'%

%32.78
%36.94
%30.28

CMYK color model

#C5DEB6 color CMYK value is (11,0,18,13).

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

CMYK: (11,0,18,13)
C11M0Y18K13 (11%, 0%, 18%, 13%)
(0.11 / 0.00 / 0.18 / 0.13)

CMYK percentages

%11.26
%0
%18.02
%12.94

Codes

Color #C5DEB6 in popluar color models

C5 DE B6
RGB 197 222 182
HSL 98° 37.74% 79.22%
HSB/HSV 98° 18.02% 87.06%
CMYK 11.26% 0.00% 18.02%
12.94%

Color #C5DEB6 in popluar number systems.

HEX C5 DE B6
Decimal 197 222 182
Binary 11000101 11011110 10110110
Octal 305 336 266

Shades and tints

Shades of #C5DEB6

#C5DEB6
(197,222,182)
#B4CAA6
(180,202,166)
#A3B696
(163,182,150)
#92A286
(146,162,134)
#818E76
(129,142,118)
#707A66
(112,122,102)
#5F6656
(95,102,86)
#4E5246
(78,82,70)
#3D3E36
(61,62,54)
#2C2A26
(44,42,38)
#1B1616
(27,22,22)
#000000
(0,0,0)

Tints of #C5DEB6

#C5DEB6
(197,222,182)
#CAE1BC
(202,225,188)
#CFE4C2
(207,228,194)
#D4E7C8
(212,231,200)
#D9EACE
(217,234,206)
#DEEDD4
(222,237,212)
#E3F0DA
(227,240,218)
#E8F3E0
(232,243,224)
#EDF6E6
(237,246,230)
#F2F9EC
(242,249,236)
#F7FCF2
(247,252,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5DEB6; }

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

This text font color is #C5DEB6.

Background Color

.myBgColor { background-color: #C5DEB6; }

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

This div background color is #C5DEB6.

Border color

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

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

This div border color is #C5DEB6.

Opacity

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

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

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

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

This text has shadow with #C5DEB6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C5DEB6.

Preview

Color preview on black background

This text has color #C5DEB6 on black background.


Color preview on white background

This text has color #C5DEB6 on white background.


Black color preview on #C5DEB6 background

This text has black color on #C5DEB6 background.


White color preview on #C5DEB6 background

This text has white color on #C5DEB6 background.


Related colors

Complementary color

Complementary color for #hex is #3A2149.


I love getcolorcode.com

Triadic colors

1 #B6C5DE and #DEB6C5 with #C5DEB6 are triadic colors.

2 #B6DEC5 and #DEC5B6 with #C5DEB6 are triadic colors.