COLOR #C3EDD5

HEX: #C3EDD5 RGB: (195,237,213)

Color info

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

RGB color model

#C3EDD5 color RGB value is (195,237,213).

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

RGB channels and saturation

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

195
237
213

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

Portions of RGB colors in percentages

R + G + B = 195 + 237 + 213 = 645 (100%)
R 195 of 645 ~ 30.23%
G 237 of 645 ~ 36.74%
B 213 of 645 ~ 33.02'%

%30.23
%36.74
%33.02

CMYK color model

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

  • cyan value is 17.72%
  • magenta value is 0.00%
  • yellow value is 10.13%
  • 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
%10.13
%7.06

Codes

Color #C3EDD5 in popluar color models

C3 ED D5
RGB 195 237 213
HSL 146° 53.85% 84.71%
HSB/HSV 146° 17.72% 92.94%
CMYK 17.72% 0.00% 10.13%
7.06%

Color #C3EDD5 in popluar number systems.

HEX C3 ED D5
Decimal 195 237 213
Binary 11000011 11101101 11010101
Octal 303 355 325

Shades and tints

Shades of #C3EDD5

#C3EDD5
(195,237,213)
#B2D8C2
(178,216,194)
#A1C3AF
(161,195,175)
#90AE9C
(144,174,156)
#7F9989
(127,153,137)
#6E8476
(110,132,118)
#5D6F63
(93,111,99)
#4C5A50
(76,90,80)
#3B453D
(59,69,61)
#2A302A
(42,48,42)
#191B17
(25,27,23)
#000000
(0,0,0)

Tints of #C3EDD5

#C3EDD5
(195,237,213)
#C8EED8
(200,238,216)
#CDEFDB
(205,239,219)
#D2F0DE
(210,240,222)
#D7F1E1
(215,241,225)
#DCF2E4
(220,242,228)
#E1F3E7
(225,243,231)
#E6F4EA
(230,244,234)
#EBF5ED
(235,245,237)
#F0F6F0
(240,246,240)
#F5F7F3
(245,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C3EDD5; }

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

This text font color is #C3EDD5.

Background Color

.myBgColor { background-color: #C3EDD5; }

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

This div background color is #C3EDD5.

Border color

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

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

This div border color is #C3EDD5.

Opacity

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

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

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

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

This text has shadow with #C3EDD5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C3EDD5.

Preview

Color preview on black background

This text has color #C3EDD5 on black background.


Color preview on white background

This text has color #C3EDD5 on white background.


Black color preview on #C3EDD5 background

This text has black color on #C3EDD5 background.


White color preview on #C3EDD5 background

This text has white color on #C3EDD5 background.


Related colors

Complementary color

Complementary color for #hex is #3C122A.


I love getcolorcode.com

Triadic colors

1 #D5C3ED and #EDD5C3 with #C3EDD5 are triadic colors.

2 #D5EDC3 and #EDC3D5 with #C3EDD5 are triadic colors.