COLOR #C3E3D8

HEX: #C3E3D8
RGB: (195,227,216)

Color info

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

RGB color model

#C3E3D8 color RGB value is (195,227,216).

  • red value is 195;
  • green value is 227;
  • blue value is 216.
RGB:
(195,227,216)
(76%,89%,85%)

RGB channels and saturation

R 195 of 255 = 76%
G 227 of 255 = 89%
B 216 of 255 = 85%

195
227
216

R + G + B ~ 83%. #C3E3D8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
195 + 227 + 216 = 638 (100%)
R 195 of 638 ~ 30.56%
G 227 of 638 ~ 35.58%
B 216 of 638 ~ 33.86%

%30.56
%35.58
%33.86

CMYK color model

#C3E3D8 color CMYK value is (14,0,5,11).

  • cyan value is 14.10%
  • magenta value is 0.00%
  • yellow value is 4.85%
  • key color value is 10.98%
CMYK:
(14,0,5,11)
C14M0Y5K11 
(14%,0%,5%,11%)
(0.14/0.00/0.05/0.11)	

CMYK percentages

%14.1
%0
%4.85
%10.98

Codes

Color #C3E3D8 in popluar color models

C3E3D8
RGB195227216
HSL159°36.36%82.75%
HSB/HSV159°14.10%89.02%
CMYK14.10%0.00%4.85%
10.98%

Color #C3E3D8 in popluar number systems.

HEXC3E3D8
Decimal195227216
Binary110000111110001111011000
Octal303343330

Shades and tints

Shades of #C3E3D8

#C3E3D8
(195,227,216)
#B2CFC5
(178,207,197)
#A1BBB2
(161,187,178)
#90A79F
(144,167,159)
#7F938C
(127,147,140)
#6E7F79
(110,127,121)
#5D6B66
(93,107,102)
#4C5753
(76,87,83)
#3B4340
(59,67,64)
#2A2F2D
(42,47,45)
#191B1A
(25,27,26)
#000000
(0,0,0)

Tints of #C3E3D8

#C3E3D8
(195,227,216)
#C8E5DB
(200,229,219)
#CDE7DE
(205,231,222)
#D2E9E1
(210,233,225)
#D7EBE4
(215,235,228)
#DCEDE7
(220,237,231)
#E1EFEA
(225,239,234)
#E6F1ED
(230,241,237)
#EBF3F0
(235,243,240)
#F0F5F3
(240,245,243)
#F5F7F6
(245,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C3E3D8 color. Also use rgb(195,227,216) instead hex code.

Text Font Color

.myTextColor { color: #C3E3D8; }

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

This text font color is #C3E3D8.


Background Color

.myBgColor { background-color: #C3E3D8; }

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

This div background color is #C3E3D8.


Border color

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

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

This div border color is #C3E3D8.


Opacity

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

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

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

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

This text has shadow with #C3E3D8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3E3D8 on black background.


Color preview on white background

This text has color #C3E3D8 on white background.



Black color preview on #C3E3D8 background

This text has black color on #C3E3D8 background.


White color preview on #C3E3D8 background

This text has white color on #C3E3D8 background.