COLOR #C3EDE5

HEX: #C3EDE5 RGB: (195,237,229)

Color info

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

RGB color model

#C3EDE5 color RGB value is (195,237,229).

RGB: (195,237,229) (76%, 93%, 90%)

RGB channels and saturation

R 195 of 255 = 76%
G 237 of 255 = 93%
B 229 of 255 = 90%

195
237
229

R + G + B ~ 86%. #C3EDE5 is light color.

Portions of RGB colors in percentages

R + G + B = 195 + 237 + 229 = 661 (100%)
R 195 of 661 ~ 29.5%
G 237 of 661 ~ 35.85%
B 229 of 661 ~ 34.64'%

%29.5
%35.85
%34.64

CMYK color model

#C3EDE5 color CMYK value is (18,0,3,7).

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

CMYK: (18,0,3,7)
C18M0Y3K7 (18%, 0%, 3%, 7%)
(0.18 / 0.00 / 0.03 / 0.07)

CMYK percentages

%17.72
%0
%3.38
%7.06

Codes

Color #C3EDE5 in popluar color models

C3 ED E5
RGB 195 237 229
HSL 169° 53.85% 84.71%
HSB/HSV 169° 17.72% 92.94%
CMYK 17.72% 0.00% 3.38%
7.06%

Color #C3EDE5 in popluar number systems.

HEX C3 ED E5
Decimal 195 237 229
Binary 11000011 11101101 11100101
Octal 303 355 345

Shades and tints

Shades of #C3EDE5

#C3EDE5
(195,237,229)
#B2D8D1
(178,216,209)
#A1C3BD
(161,195,189)
#90AEA9
(144,174,169)
#7F9995
(127,153,149)
#6E8481
(110,132,129)
#5D6F6D
(93,111,109)
#4C5A59
(76,90,89)
#3B4545
(59,69,69)
#2A3031
(42,48,49)
#191B1D
(25,27,29)
#000000
(0,0,0)

Tints of #C3EDE5

#C3EDE5
(195,237,229)
#C8EEE7
(200,238,231)
#CDEFE9
(205,239,233)
#D2F0EB
(210,240,235)
#D7F1ED
(215,241,237)
#DCF2EF
(220,242,239)
#E1F3F1
(225,243,241)
#E6F4F3
(230,244,243)
#EBF5F5
(235,245,245)
#F0F6F7
(240,246,247)
#F5F7F9
(245,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C3EDE5; }

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

This text font color is #C3EDE5.

Background Color

.myBgColor { background-color: #C3EDE5; }

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

This div background color is #C3EDE5.

Border color

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

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

This div border color is #C3EDE5.

Opacity

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

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

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

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

This text has shadow with #C3EDE5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C3EDE5.

Preview

Color preview on black background

This text has color #C3EDE5 on black background.


Color preview on white background

This text has color #C3EDE5 on white background.


Black color preview on #C3EDE5 background

This text has black color on #C3EDE5 background.


White color preview on #C3EDE5 background

This text has white color on #C3EDE5 background.


Related colors

Complementary color

Complementary color for #hex is #3C121A.


I love getcolorcode.com

Triadic colors

1 #E5C3ED and #EDE5C3 with #C3EDE5 are triadic colors.

2 #E5EDC3 and #EDC3E5 with #C3EDE5 are triadic colors.