COLOR #C3DECC

HEX: #C3DECC RGB: (195,222,204)

Color info

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

RGB color model

#C3DECC color RGB value is (195,222,204).

RGB: (195,222,204) (76%, 87%, 80%)

RGB channels and saturation

R 195 of 255 = 76%
G 222 of 255 = 87%
B 204 of 255 = 80%

195
222
204

R + G + B ~ 81%. #C3DECC is quite light color.

Portions of RGB colors in percentages

R + G + B = 195 + 222 + 204 = 621 (100%)
R 195 of 621 ~ 31.4%
G 222 of 621 ~ 35.75%
B 204 of 621 ~ 32.85'%

%31.4
%35.75
%32.85

CMYK color model

#C3DECC color CMYK value is (12,0,8,13).

  • cyan value is 12.16%
  • magenta value is 0.00%
  • yellow value is 8.11%
  • key color value is 12.94%

CMYK: (12,0,8,13)
C12M0Y8K13 (12%, 0%, 8%, 13%)
(0.12 / 0.00 / 0.08 / 0.13)

CMYK percentages

%12.16
%0
%8.11
%12.94

Codes

Color #C3DECC in popluar color models

C3 DE CC
RGB 195 222 204
HSL 140° 29.03% 81.76%
HSB/HSV 140° 12.16% 87.06%
CMYK 12.16% 0.00% 8.11%
12.94%

Color #C3DECC in popluar number systems.

HEX C3 DE CC
Decimal 195 222 204
Binary 11000011 11011110 11001100
Octal 303 336 314

Shades and tints

Shades of #C3DECC

#C3DECC
(195,222,204)
#B2CABA
(178,202,186)
#A1B6A8
(161,182,168)
#90A296
(144,162,150)
#7F8E84
(127,142,132)
#6E7A72
(110,122,114)
#5D6660
(93,102,96)
#4C524E
(76,82,78)
#3B3E3C
(59,62,60)
#2A2A2A
(42,42,42)
#191618
(25,22,24)
#000000
(0,0,0)

Tints of #C3DECC

#C3DECC
(195,222,204)
#C8E1D0
(200,225,208)
#CDE4D4
(205,228,212)
#D2E7D8
(210,231,216)
#D7EADC
(215,234,220)
#DCEDE0
(220,237,224)
#E1F0E4
(225,240,228)
#E6F3E8
(230,243,232)
#EBF6EC
(235,246,236)
#F0F9F0
(240,249,240)
#F5FCF4
(245,252,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C3DECC color. Also use rgb(195,222,204) instead hex code.

Text Font Color

.myTextColor { color: #C3DECC; }

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

This text font color is #C3DECC.

Background Color

.myBgColor { background-color: #C3DECC; }

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

This div background color is #C3DECC.

Border color

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

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

This div border color is #C3DECC.

Opacity

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

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

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

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

This text has shadow with #C3DECC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C3DECC.

Preview

Color preview on black background

This text has color #C3DECC on black background.


Color preview on white background

This text has color #C3DECC on white background.


Black color preview on #C3DECC background

This text has black color on #C3DECC background.


White color preview on #C3DECC background

This text has white color on #C3DECC background.


Related colors

Complementary color

Complementary color for #hex is #3C2133.


I love getcolorcode.com

Triadic colors

1 #CCC3DE and #DECCC3 with #C3DECC are triadic colors.

2 #CCDEC3 and #DEC3CC with #C3DECC are triadic colors.