COLOR #C3E9DB

HEX: #C3E9DB RGB: (195,233,219)

Color info

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

RGB color model

#C3E9DB color RGB value is (195,233,219).

RGB: (195,233,219) (76%, 91%, 86%)

RGB channels and saturation

R 195 of 255 = 76%
G 233 of 255 = 91%
B 219 of 255 = 86%

195
233
219

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

Portions of RGB colors in percentages

R + G + B = 195 + 233 + 219 = 647 (100%)
R 195 of 647 ~ 30.14%
G 233 of 647 ~ 36.01%
B 219 of 647 ~ 33.85'%

%30.14
%36.01
%33.85

CMYK color model

#C3E9DB color CMYK value is (16,0,6,9).

  • cyan value is 16.31%
  • magenta value is 0.00%
  • yellow value is 6.01%
  • key color value is 8.63%

CMYK: (16,0,6,9)
C16M0Y6K9 (16%, 0%, 6%, 9%)
(0.16 / 0.00 / 0.06 / 0.09)

CMYK percentages

%16.31
%0
%6.01
%8.63

Codes

Color #C3E9DB in popluar color models

C3 E9 DB
RGB 195 233 219
HSL 158° 46.34% 83.92%
HSB/HSV 158° 16.31% 91.37%
CMYK 16.31% 0.00% 6.01%
8.63%

Color #C3E9DB in popluar number systems.

HEX C3 E9 DB
Decimal 195 233 219
Binary 11000011 11101001 11011011
Octal 303 351 333

Shades and tints

Shades of #C3E9DB

#C3E9DB
(195,233,219)
#B2D4C8
(178,212,200)
#A1BFB5
(161,191,181)
#90AAA2
(144,170,162)
#7F958F
(127,149,143)
#6E807C
(110,128,124)
#5D6B69
(93,107,105)
#4C5656
(76,86,86)
#3B4143
(59,65,67)
#2A2C30
(42,44,48)
#19171D
(25,23,29)
#000000
(0,0,0)

Tints of #C3E9DB

#C3E9DB
(195,233,219)
#C8EBDE
(200,235,222)
#CDEDE1
(205,237,225)
#D2EFE4
(210,239,228)
#D7F1E7
(215,241,231)
#DCF3EA
(220,243,234)
#E1F5ED
(225,245,237)
#E6F7F0
(230,247,240)
#EBF9F3
(235,249,243)
#F0FBF6
(240,251,246)
#F5FDF9
(245,253,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C3E9DB color. Also use rgb(195,233,219) instead hex code.

Text Font Color

.myTextColor { color: #C3E9DB; }

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

This text font color is #C3E9DB.

Background Color

.myBgColor { background-color: #C3E9DB; }

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

This div background color is #C3E9DB.

Border color

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

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

This div border color is #C3E9DB.

Opacity

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

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

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

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

This text has shadow with #C3E9DB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C3E9DB.

Preview

Color preview on black background

This text has color #C3E9DB on black background.


Color preview on white background

This text has color #C3E9DB on white background.


Black color preview on #C3E9DB background

This text has black color on #C3E9DB background.


White color preview on #C3E9DB background

This text has white color on #C3E9DB background.


Related colors

Complementary color

Complementary color for #hex is #3C1624.


I love getcolorcode.com

Triadic colors

1 #DBC3E9 and #E9DBC3 with #C3E9DB are triadic colors.

2 #DBE9C3 and #E9C3DB with #C3E9DB are triadic colors.