COLOR #C3EDD6

HEX: #C3EDD6 RGB: (195,237,214)

Color info

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

RGB color model

#C3EDD6 color RGB value is (195,237,214).

RGB: (195,237,214) (76%, 93%, 84%)

RGB channels and saturation

R 195 of 255 = 76%
G 237 of 255 = 93%
B 214 of 255 = 84%

195
237
214

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

Portions of RGB colors in percentages

R + G + B = 195 + 237 + 214 = 646 (100%)
R 195 of 646 ~ 30.19%
G 237 of 646 ~ 36.69%
B 214 of 646 ~ 33.13'%

%30.19
%36.69
%33.13

CMYK color model

#C3EDD6 color CMYK value is (18,0,10,7).

  • cyan value is 17.72%
  • magenta value is 0.00%
  • yellow value is 9.70%
  • key color value is 7.06%

CMYK: (18,0,10,7)
C18M0Y10K7 (18%, 0%, 10%, 7%)
(0.18 / 0.00 / 0.10 / 0.07)

CMYK percentages

%17.72
%0
%9.7
%7.06

Codes

Color #C3EDD6 in popluar color models

C3 ED D6
RGB 195 237 214
HSL 147° 53.85% 84.71%
HSB/HSV 147° 17.72% 92.94%
CMYK 17.72% 0.00% 9.70%
7.06%

Color #C3EDD6 in popluar number systems.

HEX C3 ED D6
Decimal 195 237 214
Binary 11000011 11101101 11010110
Octal 303 355 326

Shades and tints

Shades of #C3EDD6

#C3EDD6
(195,237,214)
#B2D8C3
(178,216,195)
#A1C3B0
(161,195,176)
#90AE9D
(144,174,157)
#7F998A
(127,153,138)
#6E8477
(110,132,119)
#5D6F64
(93,111,100)
#4C5A51
(76,90,81)
#3B453E
(59,69,62)
#2A302B
(42,48,43)
#191B18
(25,27,24)
#000000
(0,0,0)

Tints of #C3EDD6

#C3EDD6
(195,237,214)
#C8EED9
(200,238,217)
#CDEFDC
(205,239,220)
#D2F0DF
(210,240,223)
#D7F1E2
(215,241,226)
#DCF2E5
(220,242,229)
#E1F3E8
(225,243,232)
#E6F4EB
(230,244,235)
#EBF5EE
(235,245,238)
#F0F6F1
(240,246,241)
#F5F7F4
(245,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C3EDD6 color. Also use rgb(195,237,214) instead hex code.

Text Font Color

.myTextColor { color: #C3EDD6; }

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

This text font color is #C3EDD6.

Background Color

.myBgColor { background-color: #C3EDD6; }

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

This div background color is #C3EDD6.

Border color

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

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

This div border color is #C3EDD6.

Opacity

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

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

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

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

This text has shadow with #C3EDD6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C3EDD6.

Preview

Color preview on black background

This text has color #C3EDD6 on black background.


Color preview on white background

This text has color #C3EDD6 on white background.


Black color preview on #C3EDD6 background

This text has black color on #C3EDD6 background.


White color preview on #C3EDD6 background

This text has white color on #C3EDD6 background.


Related colors

Complementary color

Complementary color for #hex is #3C1229.


I love getcolorcode.com

Triadic colors

1 #D6C3ED and #EDD6C3 with #C3EDD6 are triadic colors.

2 #D6EDC3 and #EDC3D6 with #C3EDD6 are triadic colors.