COLOR #C5E3DB

HEX: #C5E3DB RGB: (197,227,219)

Color info

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

RGB color model

#C5E3DB color RGB value is (197,227,219).

RGB: (197,227,219) (77%, 89%, 86%)

RGB channels and saturation

R 197 of 255 = 77%
G 227 of 255 = 89%
B 219 of 255 = 86%

197
227
219

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

Portions of RGB colors in percentages

R + G + B = 197 + 227 + 219 = 643 (100%)
R 197 of 643 ~ 30.64%
G 227 of 643 ~ 35.3%
B 219 of 643 ~ 34.06'%

%30.64
%35.3
%34.06

CMYK color model

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

  • cyan value is 13.22%
  • magenta value is 0.00%
  • yellow value is 3.52%
  • key color value is 10.98%

CMYK: (13,0,4,11)
C13M0Y4K11 (13%, 0%, 4%, 11%)
(0.13 / 0.00 / 0.04 / 0.11)

CMYK percentages

%13.22
%0
%3.52
%10.98

Codes

Color #C5E3DB in popluar color models

C5 E3 DB
RGB 197 227 219
HSL 164° 34.88% 83.14%
HSB/HSV 164° 13.22% 89.02%
CMYK 13.22% 0.00% 3.52%
10.98%

Color #C5E3DB in popluar number systems.

HEX C5 E3 DB
Decimal 197 227 219
Binary 11000101 11100011 11011011
Octal 305 343 333

Shades and tints

Shades of #C5E3DB

#C5E3DB
(197,227,219)
#B4CFC8
(180,207,200)
#A3BBB5
(163,187,181)
#92A7A2
(146,167,162)
#81938F
(129,147,143)
#707F7C
(112,127,124)
#5F6B69
(95,107,105)
#4E5756
(78,87,86)
#3D4343
(61,67,67)
#2C2F30
(44,47,48)
#1B1B1D
(27,27,29)
#000000
(0,0,0)

Tints of #C5E3DB

#C5E3DB
(197,227,219)
#CAE5DE
(202,229,222)
#CFE7E1
(207,231,225)
#D4E9E4
(212,233,228)
#D9EBE7
(217,235,231)
#DEEDEA
(222,237,234)
#E3EFED
(227,239,237)
#E8F1F0
(232,241,240)
#EDF3F3
(237,243,243)
#F2F5F6
(242,245,246)
#F7F7F9
(247,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5E3DB color. Also use rgb(197,227,219) instead hex code.

Text Font Color

.myTextColor { color: #C5E3DB; }

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

This text font color is #C5E3DB.

Background Color

.myBgColor { background-color: #C5E3DB; }

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

This div background color is #C5E3DB.

Border color

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

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

This div border color is #C5E3DB.

Opacity

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

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

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

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

This text has shadow with #C5E3DB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C5E3DB.

Preview

Color preview on black background

This text has color #C5E3DB on black background.


Color preview on white background

This text has color #C5E3DB on white background.


Black color preview on #C5E3DB background

This text has black color on #C5E3DB background.


White color preview on #C5E3DB background

This text has white color on #C5E3DB background.


Related colors

Complementary color

Complementary color for #hex is #3A1C24.


I love getcolorcode.com

Triadic colors

1 #DBC5E3 and #E3DBC5 with #C5E3DB are triadic colors.

2 #DBE3C5 and #E3C5DB with #C5E3DB are triadic colors.