COLOR #C2E0DB

HEX: #C2E0DB RGB: (194,224,219)

Color info

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

RGB color model

#C2E0DB color RGB value is (194,224,219).

RGB: (194,224,219) (76%, 88%, 86%)

RGB channels and saturation

R 194 of 255 = 76%
G 224 of 255 = 88%
B 219 of 255 = 86%

194
224
219

R + G + B ~ 83%. #C2E0DB is quite light color.

Portions of RGB colors in percentages

R + G + B = 194 + 224 + 219 = 637 (100%)
R 194 of 637 ~ 30.46%
G 224 of 637 ~ 35.16%
B 219 of 637 ~ 34.38'%

%30.46
%35.16
%34.38

CMYK color model

#C2E0DB color CMYK value is (13,0,2,12).

  • cyan value is 13.39%
  • magenta value is 0.00%
  • yellow value is 2.23%
  • key color value is 12.16%
CMYK: (13,0,2,12) C13M0Y2K12 (13%,0%,2%,12%) (0.13/0.00/0.02/0.12) 

CMYK percentages

%13.39
%0
%2.23
%12.16

Codes

Color #C2E0DB in popluar color models

C2 E0 DB
RGB 194 224 219
HSL 170° 32.61% 81.96%
HSB/HSV 170° 13.39% 87.84%
CMYK 13.39% 0.00% 2.23%
12.16%

Color #C2E0DB in popluar number systems.

HEX C2 E0 DB
Decimal 194 224 219
Binary 11000010 11100000 11011011
Octal 302 340 333

Shades and tints

Shades of #C2E0DB

#C2E0DB
(194,224,219)
#B1CCC8
(177,204,200)
#A0B8B5
(160,184,181)
#8FA4A2
(143,164,162)
#7E908F
(126,144,143)
#6D7C7C
(109,124,124)
#5C6869
(92,104,105)
#4B5456
(75,84,86)
#3A4043
(58,64,67)
#292C30
(41,44,48)
#18181D
(24,24,29)
#000000
(0,0,0)

Tints of #C2E0DB

#C2E0DB
(194,224,219)
#C7E2DE
(199,226,222)
#CCE4E1
(204,228,225)
#D1E6E4
(209,230,228)
#D6E8E7
(214,232,231)
#DBEAEA
(219,234,234)
#E0ECED
(224,236,237)
#E5EEF0
(229,238,240)
#EAF0F3
(234,240,243)
#EFF2F6
(239,242,246)
#F4F4F9
(244,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C2E0DB color. Also use rgb(194,224,219) instead hex code.

Text Font Color

.myTextColor { color: #C2E0DB; }

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

This text font color is #C2E0DB.

Background Color

.myBgColor { background-color: #C2E0DB; }

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

This div background color is #C2E0DB.

Border color

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

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

This div border color is #C2E0DB.

Opacity

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

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

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

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

This text has shadow with #C2E0DB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C2E0DB.

Preview

Color preview on black background

This text has color #C2E0DB on black background.


Color preview on white background

This text has color #C2E0DB on white background.


Black color preview on #C2E0DB background

This text has black color on #C2E0DB background.


White color preview on #C2E0DB background

This text has white color on #C2E0DB background.


Related colors

Complementary color

Complementary color for #hex is #3D1F24.


I love getcolorcode.com

Triadic colors

1 #DBC2E0 and #E0DBC2 with #C2E0DB are triadic colors.

2 #DBE0C2 and #E0C2DB with #C2E0DB are triadic colors.