COLOR #C5E4DF

HEX: #C5E4DF RGB: (197,228,223)

Color info

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

RGB color model

#C5E4DF color RGB value is (197,228,223).

RGB: (197,228,223) (77%, 89%, 87%)

RGB channels and saturation

R 197 of 255 = 77%
G 228 of 255 = 89%
B 223 of 255 = 87%

197
228
223

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

Portions of RGB colors in percentages

R + G + B = 197 + 228 + 223 = 648 (100%)
R 197 of 648 ~ 30.4%
G 228 of 648 ~ 35.19%
B 223 of 648 ~ 34.41'%

%30.4
%35.19
%34.41

CMYK color model

#C5E4DF color CMYK value is (14,0,2,11).

  • cyan value is 13.60%
  • magenta value is 0.00%
  • yellow value is 2.19%
  • key color value is 10.59%

CMYK: (14,0,2,11)
C14M0Y2K11 (14%, 0%, 2%, 11%)
(0.14 / 0.00 / 0.02 / 0.11)

CMYK percentages

%13.6
%0
%2.19
%10.59

Codes

Color #C5E4DF in popluar color models

C5 E4 DF
RGB 197 228 223
HSL 170° 36.47% 83.33%
HSB/HSV 170° 13.60% 89.41%
CMYK 13.60% 0.00% 2.19%
10.59%

Color #C5E4DF in popluar number systems.

HEX C5 E4 DF
Decimal 197 228 223
Binary 11000101 11100100 11011111
Octal 305 344 337

Shades and tints

Shades of #C5E4DF

#C5E4DF
(197,228,223)
#B4D0CB
(180,208,203)
#A3BCB7
(163,188,183)
#92A8A3
(146,168,163)
#81948F
(129,148,143)
#70807B
(112,128,123)
#5F6C67
(95,108,103)
#4E5853
(78,88,83)
#3D443F
(61,68,63)
#2C302B
(44,48,43)
#1B1C17
(27,28,23)
#000000
(0,0,0)

Tints of #C5E4DF

#C5E4DF
(197,228,223)
#CAE6E1
(202,230,225)
#CFE8E3
(207,232,227)
#D4EAE5
(212,234,229)
#D9ECE7
(217,236,231)
#DEEEE9
(222,238,233)
#E3F0EB
(227,240,235)
#E8F2ED
(232,242,237)
#EDF4EF
(237,244,239)
#F2F6F1
(242,246,241)
#F7F8F3
(247,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5E4DF color. Also use rgb(197,228,223) instead hex code.

Text Font Color

.myTextColor { color: #C5E4DF; }

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

This text font color is #C5E4DF.

Background Color

.myBgColor { background-color: #C5E4DF; }

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

This div background color is #C5E4DF.

Border color

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

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

This div border color is #C5E4DF.

Opacity

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

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

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

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

This text has shadow with #C5E4DF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C5E4DF.

Preview

Color preview on black background

This text has color #C5E4DF on black background.


Color preview on white background

This text has color #C5E4DF on white background.


Black color preview on #C5E4DF background

This text has black color on #C5E4DF background.


White color preview on #C5E4DF background

This text has white color on #C5E4DF background.


Related colors

Complementary color

Complementary color for #hex is #3A1B20.


I love getcolorcode.com

Triadic colors

1 #DFC5E4 and #E4DFC5 with #C5E4DF are triadic colors.

2 #DFE4C5 and #E4C5DF with #C5E4DF are triadic colors.