COLOR #C3EEDC

HEX: #C3EEDC RGB: (195,238,220)

Color info

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

RGB color model

#C3EEDC color RGB value is (195,238,220).

RGB: (195,238,220) (76%, 93%, 86%)

RGB channels and saturation

R 195 of 255 = 76%
G 238 of 255 = 93%
B 220 of 255 = 86%

195
238
220

R + G + B ~ 85%. #C3EEDC is quite light color.

Portions of RGB colors in percentages

R + G + B = 195 + 238 + 220 = 653 (100%)
R 195 of 653 ~ 29.86%
G 238 of 653 ~ 36.45%
B 220 of 653 ~ 33.69'%

%29.86
%36.45
%33.69

CMYK color model

#C3EEDC color CMYK value is (18,0,8,7).

  • cyan value is 18.07%
  • magenta value is 0.00%
  • yellow value is 7.56%
  • key color value is 6.67%

CMYK: (18,0,8,7)
C18M0Y8K7 (18%, 0%, 8%, 7%)
(0.18 / 0.00 / 0.08 / 0.07)

CMYK percentages

%18.07
%0
%7.56
%6.67

Codes

Color #C3EEDC in popluar color models

C3 EE DC
RGB 195 238 220
HSL 155° 55.84% 84.90%
HSB/HSV 155° 18.07% 93.33%
CMYK 18.07% 0.00% 7.56%
6.67%

Color #C3EEDC in popluar number systems.

HEX C3 EE DC
Decimal 195 238 220
Binary 11000011 11101110 11011100
Octal 303 356 334

Shades and tints

Shades of #C3EEDC

#C3EEDC
(195,238,220)
#B2D9C8
(178,217,200)
#A1C4B4
(161,196,180)
#90AFA0
(144,175,160)
#7F9A8C
(127,154,140)
#6E8578
(110,133,120)
#5D7064
(93,112,100)
#4C5B50
(76,91,80)
#3B463C
(59,70,60)
#2A3128
(42,49,40)
#191C14
(25,28,20)
#000000
(0,0,0)

Tints of #C3EEDC

#C3EEDC
(195,238,220)
#C8EFDF
(200,239,223)
#CDF0E2
(205,240,226)
#D2F1E5
(210,241,229)
#D7F2E8
(215,242,232)
#DCF3EB
(220,243,235)
#E1F4EE
(225,244,238)
#E6F5F1
(230,245,241)
#EBF6F4
(235,246,244)
#F0F7F7
(240,247,247)
#F5F8FA
(245,248,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C3EEDC color. Also use rgb(195,238,220) instead hex code.

Text Font Color

.myTextColor { color: #C3EEDC; }

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

This text font color is #C3EEDC.

Background Color

.myBgColor { background-color: #C3EEDC; }

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

This div background color is #C3EEDC.

Border color

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

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

This div border color is #C3EEDC.

Opacity

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

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

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

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

This text has shadow with #C3EEDC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C3EEDC.

Preview

Color preview on black background

This text has color #C3EEDC on black background.


Color preview on white background

This text has color #C3EEDC on white background.


Black color preview on #C3EEDC background

This text has black color on #C3EEDC background.


White color preview on #C3EEDC background

This text has white color on #C3EEDC background.


Related colors

Complementary color

Complementary color for #hex is #3C1123.


I love getcolorcode.com

Triadic colors

1 #DCC3EE and #EEDCC3 with #C3EEDC are triadic colors.

2 #DCEEC3 and #EEC3DC with #C3EEDC are triadic colors.