COLOR #C3E5DA

HEX: #C3E5DA RGB: (195,229,218)

Color info

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

RGB color model

#C3E5DA color RGB value is (195,229,218).

RGB: (195,229,218) (76%, 90%, 85%)

RGB channels and saturation

R 195 of 255 = 76%
G 229 of 255 = 90%
B 218 of 255 = 85%

195
229
218

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

Portions of RGB colors in percentages

R + G + B = 195 + 229 + 218 = 642 (100%)
R 195 of 642 ~ 30.37%
G 229 of 642 ~ 35.67%
B 218 of 642 ~ 33.96'%

%30.37
%35.67
%33.96

CMYK color model

#C3E5DA color CMYK value is (15,0,5,10).

  • cyan value is 14.85%
  • magenta value is 0.00%
  • yellow value is 4.80%
  • key color value is 10.20%

CMYK: (15,0,5,10)
C15M0Y5K10 (15%, 0%, 5%, 10%)
(0.15 / 0.00 / 0.05 / 0.10)

CMYK percentages

%14.85
%0
%4.8
%10.2

Codes

Color #C3E5DA in popluar color models

C3 E5 DA
RGB 195 229 218
HSL 161° 39.53% 83.14%
HSB/HSV 161° 14.85% 89.80%
CMYK 14.85% 0.00% 4.80%
10.20%

Color #C3E5DA in popluar number systems.

HEX C3 E5 DA
Decimal 195 229 218
Binary 11000011 11100101 11011010
Octal 303 345 332

Shades and tints

Shades of #C3E5DA

#C3E5DA
(195,229,218)
#B2D1C7
(178,209,199)
#A1BDB4
(161,189,180)
#90A9A1
(144,169,161)
#7F958E
(127,149,142)
#6E817B
(110,129,123)
#5D6D68
(93,109,104)
#4C5955
(76,89,85)
#3B4542
(59,69,66)
#2A312F
(42,49,47)
#191D1C
(25,29,28)
#000000
(0,0,0)

Tints of #C3E5DA

#C3E5DA
(195,229,218)
#C8E7DD
(200,231,221)
#CDE9E0
(205,233,224)
#D2EBE3
(210,235,227)
#D7EDE6
(215,237,230)
#DCEFE9
(220,239,233)
#E1F1EC
(225,241,236)
#E6F3EF
(230,243,239)
#EBF5F2
(235,245,242)
#F0F7F5
(240,247,245)
#F5F9F8
(245,249,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C3E5DA; }

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

This text font color is #C3E5DA.

Background Color

.myBgColor { background-color: #C3E5DA; }

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

This div background color is #C3E5DA.

Border color

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

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

This div border color is #C3E5DA.

Opacity

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

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

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

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

This text has shadow with #C3E5DA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C3E5DA.

Preview

Color preview on black background

This text has color #C3E5DA on black background.


Color preview on white background

This text has color #C3E5DA on white background.


Black color preview on #C3E5DA background

This text has black color on #C3E5DA background.


White color preview on #C3E5DA background

This text has white color on #C3E5DA background.


Related colors

Complementary color

Complementary color for #hex is #3C1A25.


I love getcolorcode.com

Triadic colors

1 #DAC3E5 and #E5DAC3 with #C3E5DA are triadic colors.

2 #DAE5C3 and #E5C3DA with #C3E5DA are triadic colors.