COLOR #C3E1D3

HEX: #C3E1D3
RGB: (195,225,211)

Color info

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

RGB color model

#C3E1D3 color RGB value is (195,225,211).

  • red value is 195;
  • green value is 225;
  • blue value is 211.
RGB:
(195,225,211)
(76%,88%,83%)

RGB channels and saturation

R 195 of 255 = 76%
G 225 of 255 = 88%
B 211 of 255 = 83%

195
225
211

R + G + B ~ 82%. #C3E1D3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
195 + 225 + 211 = 631 (100%)
R 195 of 631 ~ 30.9%
G 225 of 631 ~ 35.66%
B 211 of 631 ~ 33.44%

%30.9
%35.66
%33.44

CMYK color model

#C3E1D3 color CMYK value is (13,0,6,12).

  • cyan value is 13.33%
  • magenta value is 0.00%
  • yellow value is 6.22%
  • key color value is 11.76%
CMYK:
(13,0,6,12)
C13M0Y6K12 
(13%,0%,6%,12%)
(0.13/0.00/0.06/0.12)	

CMYK percentages

%13.33
%0
%6.22
%11.76

Codes

Color #C3E1D3 in popluar color models

C3E1D3
RGB195225211
HSL152°33.33%82.35%
HSB/HSV152°13.33%88.24%
CMYK13.33%0.00%6.22%
11.76%

Color #C3E1D3 in popluar number systems.

HEXC3E1D3
Decimal195225211
Binary110000111110000111010011
Octal303341323

Shades and tints

Shades of #C3E1D3

#C3E1D3
(195,225,211)
#B2CDC0
(178,205,192)
#A1B9AD
(161,185,173)
#90A59A
(144,165,154)
#7F9187
(127,145,135)
#6E7D74
(110,125,116)
#5D6961
(93,105,97)
#4C554E
(76,85,78)
#3B413B
(59,65,59)
#2A2D28
(42,45,40)
#191915
(25,25,21)
#000000
(0,0,0)

Tints of #C3E1D3

#C3E1D3
(195,225,211)
#C8E3D7
(200,227,215)
#CDE5DB
(205,229,219)
#D2E7DF
(210,231,223)
#D7E9E3
(215,233,227)
#DCEBE7
(220,235,231)
#E1EDEB
(225,237,235)
#E6EFEF
(230,239,239)
#EBF1F3
(235,241,243)
#F0F3F7
(240,243,247)
#F5F5FB
(245,245,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C3E1D3 color. Also use rgb(195,225,211) instead hex code.

Text Font Color

.myTextColor { color: #C3E1D3; }

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

This text font color is #C3E1D3.


Background Color

.myBgColor { background-color: #C3E1D3; }

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

This div background color is #C3E1D3.


Border color

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

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

This div border color is #C3E1D3.


Opacity

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

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

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

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

This text has shadow with #C3E1D3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3E1D3 on black background.


Color preview on white background

This text has color #C3E1D3 on white background.



Black color preview on #C3E1D3 background

This text has black color on #C3E1D3 background.


White color preview on #C3E1D3 background

This text has white color on #C3E1D3 background.