COLOR #C3EFDC

HEX: #C3EFDC RGB: (195,239,220)

Color info

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

RGB color model

#C3EFDC color RGB value is (195,239,220).

RGB: (195,239,220) (76%, 94%, 86%)

RGB channels and saturation

R 195 of 255 = 76%
G 239 of 255 = 94%
B 220 of 255 = 86%

195
239
220

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

Portions of RGB colors in percentages

R + G + B = 195 + 239 + 220 = 654 (100%)
R 195 of 654 ~ 29.82%
G 239 of 654 ~ 36.54%
B 220 of 654 ~ 33.64'%

%29.82
%36.54
%33.64

CMYK color model

#C3EFDC color CMYK value is (18,0,8,6).

  • cyan value is 18.41%
  • magenta value is 0.00%
  • yellow value is 7.95%
  • key color value is 6.27%

CMYK: (18,0,8,6)
C18M0Y8K6 (18%, 0%, 8%, 6%)
(0.18 / 0.00 / 0.08 / 0.06)

CMYK percentages

%18.41
%0
%7.95
%6.27

Codes

Color #C3EFDC in popluar color models

C3 EF DC
RGB 195 239 220
HSL 154° 57.89% 85.10%
HSB/HSV 154° 18.41% 93.73%
CMYK 18.41% 0.00% 7.95%
6.27%

Color #C3EFDC in popluar number systems.

HEX C3 EF DC
Decimal 195 239 220
Binary 11000011 11101111 11011100
Octal 303 357 334

Shades and tints

Shades of #C3EFDC

#C3EFDC
(195,239,220)
#B2DAC8
(178,218,200)
#A1C5B4
(161,197,180)
#90B0A0
(144,176,160)
#7F9B8C
(127,155,140)
#6E8678
(110,134,120)
#5D7164
(93,113,100)
#4C5C50
(76,92,80)
#3B473C
(59,71,60)
#2A3228
(42,50,40)
#191D14
(25,29,20)
#000000
(0,0,0)

Tints of #C3EFDC

#C3EFDC
(195,239,220)
#C8F0DF
(200,240,223)
#CDF1E2
(205,241,226)
#D2F2E5
(210,242,229)
#D7F3E8
(215,243,232)
#DCF4EB
(220,244,235)
#E1F5EE
(225,245,238)
#E6F6F1
(230,246,241)
#EBF7F4
(235,247,244)
#F0F8F7
(240,248,247)
#F5F9FA
(245,249,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C3EFDC; }

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

This text font color is #C3EFDC.

Background Color

.myBgColor { background-color: #C3EFDC; }

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

This div background color is #C3EFDC.

Border color

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

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

This div border color is #C3EFDC.

Opacity

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

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

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

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

This text has shadow with #C3EFDC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C3EFDC.

Preview

Color preview on black background

This text has color #C3EFDC on black background.


Color preview on white background

This text has color #C3EFDC on white background.


Black color preview on #C3EFDC background

This text has black color on #C3EFDC background.


White color preview on #C3EFDC background

This text has white color on #C3EFDC background.


Related colors

Complementary color

Complementary color for #hex is #3C1023.


I love getcolorcode.com

Triadic colors

1 #DCC3EF and #EFDCC3 with #C3EFDC are triadic colors.

2 #DCEFC3 and #EFC3DC with #C3EFDC are triadic colors.