COLOR #C2F4DB

HEX: #C2F4DB RGB: (194,244,219)

Color info

#C2F4DB contains red, green and blue colors in about the same proportion. Web safe color of #C2F4DB is #CCFFCC (or #CFC).

RGB color model

#C2F4DB color RGB value is (194,244,219).

RGB: (194,244,219) (76%, 96%, 86%)

RGB channels and saturation

R 194 of 255 = 76%
G 244 of 255 = 96%
B 219 of 255 = 86%

194
244
219

R + G + B ~ 86%. #C2F4DB is light color.

Portions of RGB colors in percentages

R + G + B = 194 + 244 + 219 = 657 (100%)
R 194 of 657 ~ 29.53%
G 244 of 657 ~ 37.14%
B 219 of 657 ~ 33.33'%

%29.53
%37.14
%33.33

CMYK color model

#C2F4DB color CMYK value is (20,0,10,4).

  • cyan value is 20.49%
  • magenta value is 0.00%
  • yellow value is 10.25%
  • key color value is 4.31%
CMYK: (20,0,10,4) C20M0Y10K4 (20%,0%,10%,4%) (0.20/0.00/0.10/0.04) 

CMYK percentages

%20.49
%0
%10.25
%4.31

Codes

Color #C2F4DB in popluar color models

C2 F4 DB
RGB 194 244 219
HSL 150° 69.44% 85.88%
HSB/HSV 150° 20.49% 95.69%
CMYK 20.49% 0.00% 10.25%
4.31%

Color #C2F4DB in popluar number systems.

HEX C2 F4 DB
Decimal 194 244 219
Binary 11000010 11110100 11011011
Octal 302 364 333

Shades and tints

Shades of #C2F4DB

#C2F4DB
(194,244,219)
#B1DEC8
(177,222,200)
#A0C8B5
(160,200,181)
#8FB2A2
(143,178,162)
#7E9C8F
(126,156,143)
#6D867C
(109,134,124)
#5C7069
(92,112,105)
#4B5A56
(75,90,86)
#3A4443
(58,68,67)
#292E30
(41,46,48)
#18181D
(24,24,29)
#000000
(0,0,0)

Tints of #C2F4DB

#C2F4DB
(194,244,219)
#C7F5DE
(199,245,222)
#CCF6E1
(204,246,225)
#D1F7E4
(209,247,228)
#D6F8E7
(214,248,231)
#DBF9EA
(219,249,234)
#E0FAED
(224,250,237)
#E5FBF0
(229,251,240)
#EAFCF3
(234,252,243)
#EFFDF6
(239,253,246)
#F4FEF9
(244,254,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C2F4DB; }

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

This text font color is #C2F4DB.

Background Color

.myBgColor { background-color: #C2F4DB; }

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

This div background color is #C2F4DB.

Border color

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

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

This div border color is #C2F4DB.

Opacity

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

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

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

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

This text has shadow with #C2F4DB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C2F4DB.

Preview

Color preview on black background

This text has color #C2F4DB on black background.


Color preview on white background

This text has color #C2F4DB on white background.


Black color preview on #C2F4DB background

This text has black color on #C2F4DB background.


White color preview on #C2F4DB background

This text has white color on #C2F4DB background.


Related colors

Complementary color

Complementary color for #hex is #3D0B24.


I love getcolorcode.com

Triadic colors

1 #DBC2F4 and #F4DBC2 with #C2F4DB are triadic colors.

2 #DBF4C2 and #F4C2DB with #C2F4DB are triadic colors.