COLOR #C5E2DD

HEX: #C5E2DD RGB: (197,226,221)

Color info

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

RGB color model

#C5E2DD color RGB value is (197,226,221).

RGB: (197,226,221) (77%, 89%, 87%)

RGB channels and saturation

R 197 of 255 = 77%
G 226 of 255 = 89%
B 221 of 255 = 87%

197
226
221

R + G + B ~ 84%. #C5E2DD is quite light color.

Portions of RGB colors in percentages

R + G + B = 197 + 226 + 221 = 644 (100%)
R 197 of 644 ~ 30.59%
G 226 of 644 ~ 35.09%
B 221 of 644 ~ 34.32'%

%30.59
%35.09
%34.32

CMYK color model

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

  • cyan value is 12.83%
  • magenta value is 0.00%
  • yellow value is 2.21%
  • key color value is 11.37%
CMYK: (13,0,2,11) C13M0Y2K11 (13%,0%,2%,11%) (0.13/0.00/0.02/0.11) 

CMYK percentages

%12.83
%0
%2.21
%11.37

Codes

Color #C5E2DD in popluar color models

C5 E2 DD
RGB 197 226 221
HSL 170° 33.33% 82.94%
HSB/HSV 170° 12.83% 88.63%
CMYK 12.83% 0.00% 2.21%
11.37%

Color #C5E2DD in popluar number systems.

HEX C5 E2 DD
Decimal 197 226 221
Binary 11000101 11100010 11011101
Octal 305 342 335

Shades and tints

Shades of #C5E2DD

#C5E2DD
(197,226,221)
#B4CEC9
(180,206,201)
#A3BAB5
(163,186,181)
#92A6A1
(146,166,161)
#81928D
(129,146,141)
#707E79
(112,126,121)
#5F6A65
(95,106,101)
#4E5651
(78,86,81)
#3D423D
(61,66,61)
#2C2E29
(44,46,41)
#1B1A15
(27,26,21)
#000000
(0,0,0)

Tints of #C5E2DD

#C5E2DD
(197,226,221)
#CAE4E0
(202,228,224)
#CFE6E3
(207,230,227)
#D4E8E6
(212,232,230)
#D9EAE9
(217,234,233)
#DEECEC
(222,236,236)
#E3EEEF
(227,238,239)
#E8F0F2
(232,240,242)
#EDF2F5
(237,242,245)
#F2F4F8
(242,244,248)
#F7F6FB
(247,246,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5E2DD color. Also use rgb(197,226,221) instead hex code.

Text Font Color

.myTextColor { color: #C5E2DD; }

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

This text font color is #C5E2DD.

Background Color

.myBgColor { background-color: #C5E2DD; }

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

This div background color is #C5E2DD.

Border color

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

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

This div border color is #C5E2DD.

Opacity

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

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

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

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

This text has shadow with #C5E2DD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C5E2DD.

Preview

Color preview on black background

This text has color #C5E2DD on black background.


Color preview on white background

This text has color #C5E2DD on white background.


Black color preview on #C5E2DD background

This text has black color on #C5E2DD background.


White color preview on #C5E2DD background

This text has white color on #C5E2DD background.


Related colors

Complementary color

Complementary color for #hex is #3A1D22.


I love getcolorcode.com

Triadic colors

1 #DDC5E2 and #E2DDC5 with #C5E2DD are triadic colors.

2 #DDE2C5 and #E2C5DD with #C5E2DD are triadic colors.