COLOR #C5DEC1

HEX: #C5DEC1 RGB: (197,222,193)

Color info

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

RGB color model

#C5DEC1 color RGB value is (197,222,193).

RGB: (197,222,193) (77%, 87%, 76%)

RGB channels and saturation

R 197 of 255 = 77%
G 222 of 255 = 87%
B 193 of 255 = 76%

197
222
193

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

Portions of RGB colors in percentages

R + G + B = 197 + 222 + 193 = 612 (100%)
R 197 of 612 ~ 32.19%
G 222 of 612 ~ 36.27%
B 193 of 612 ~ 31.54'%

%32.19
%36.27
%31.54

CMYK color model

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

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

CMYK: (11,0,13,13)
C11M0Y13K13 (11%, 0%, 13%, 13%)
(0.11 / 0.00 / 0.13 / 0.13)

CMYK percentages

%11.26
%0
%13.06
%12.94

Codes

Color #C5DEC1 in popluar color models

C5 DE C1
RGB 197 222 193
HSL 112° 30.53% 81.37%
HSB/HSV 112° 13.06% 87.06%
CMYK 11.26% 0.00% 13.06%
12.94%

Color #C5DEC1 in popluar number systems.

HEX C5 DE C1
Decimal 197 222 193
Binary 11000101 11011110 11000001
Octal 305 336 301

Shades and tints

Shades of #C5DEC1

#C5DEC1
(197,222,193)
#B4CAB0
(180,202,176)
#A3B69F
(163,182,159)
#92A28E
(146,162,142)
#818E7D
(129,142,125)
#707A6C
(112,122,108)
#5F665B
(95,102,91)
#4E524A
(78,82,74)
#3D3E39
(61,62,57)
#2C2A28
(44,42,40)
#1B1617
(27,22,23)
#000000
(0,0,0)

Tints of #C5DEC1

#C5DEC1
(197,222,193)
#CAE1C6
(202,225,198)
#CFE4CB
(207,228,203)
#D4E7D0
(212,231,208)
#D9EAD5
(217,234,213)
#DEEDDA
(222,237,218)
#E3F0DF
(227,240,223)
#E8F3E4
(232,243,228)
#EDF6E9
(237,246,233)
#F2F9EE
(242,249,238)
#F7FCF3
(247,252,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5DEC1; }

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

This text font color is #C5DEC1.

Background Color

.myBgColor { background-color: #C5DEC1; }

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

This div background color is #C5DEC1.

Border color

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

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

This div border color is #C5DEC1.

Opacity

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

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

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

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

This text has shadow with #C5DEC1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C5DEC1.

Preview

Color preview on black background

This text has color #C5DEC1 on black background.


Color preview on white background

This text has color #C5DEC1 on white background.


Black color preview on #C5DEC1 background

This text has black color on #C5DEC1 background.


White color preview on #C5DEC1 background

This text has white color on #C5DEC1 background.


Related colors

Complementary color

Complementary color for #hex is #3A213E.


I love getcolorcode.com

Triadic colors

1 #C1C5DE and #DEC1C5 with #C5DEC1 are triadic colors.

2 #C1DEC5 and #DEC5C1 with #C5DEC1 are triadic colors.