COLOR #C3EBD3

HEX: #C3EBD3
RGB: (195,235,211)

Color info

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

RGB color model

#C3EBD3 color RGB value is (195,235,211).

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

RGB channels and saturation

R 195 of 255 = 76%
G 235 of 255 = 92%
B 211 of 255 = 83%

195
235
211

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

Portions of RGB colors in percentages

R + G + B =
195 + 235 + 211 = 641 (100%)
R 195 of 641 ~ 30.42%
G 235 of 641 ~ 36.66%
B 211 of 641 ~ 32.92%

%30.42
%36.66
%32.92

CMYK color model

#C3EBD3 color CMYK value is (17,0,10,8).

  • cyan value is 17.02%
  • magenta value is 0.00%
  • yellow value is 10.21%
  • key color value is 7.84%
CMYK:
(17,0,10,8)
C17M0Y10K8 
(17%,0%,10%,8%)
(0.17/0.00/0.10/0.08)	

CMYK percentages

%17.02
%0
%10.21
%7.84

Codes

Color #C3EBD3 in popluar color models

C3EBD3
RGB195235211
HSL144°50.00%84.31%
HSB/HSV144°17.02%92.16%
CMYK17.02%0.00%10.21%
7.84%

Color #C3EBD3 in popluar number systems.

HEXC3EBD3
Decimal195235211
Binary110000111110101111010011
Octal303353323

Shades and tints

Shades of #C3EBD3

#C3EBD3
(195,235,211)
#B2D6C0
(178,214,192)
#A1C1AD
(161,193,173)
#90AC9A
(144,172,154)
#7F9787
(127,151,135)
#6E8274
(110,130,116)
#5D6D61
(93,109,97)
#4C584E
(76,88,78)
#3B433B
(59,67,59)
#2A2E28
(42,46,40)
#191915
(25,25,21)
#000000
(0,0,0)

Tints of #C3EBD3

#C3EBD3
(195,235,211)
#C8ECD7
(200,236,215)
#CDEDDB
(205,237,219)
#D2EEDF
(210,238,223)
#D7EFE3
(215,239,227)
#DCF0E7
(220,240,231)
#E1F1EB
(225,241,235)
#E6F2EF
(230,242,239)
#EBF3F3
(235,243,243)
#F0F4F7
(240,244,247)
#F5F5FB
(245,245,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C3EBD3; }

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

This text font color is #C3EBD3.


Background Color

.myBgColor { background-color: #C3EBD3; }

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

This div background color is #C3EBD3.


Border color

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

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

This div border color is #C3EBD3.


Opacity

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

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

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

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

This text has shadow with #C3EBD3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3EBD3 on black background.


Color preview on white background

This text has color #C3EBD3 on white background.



Black color preview on #C3EBD3 background

This text has black color on #C3EBD3 background.


White color preview on #C3EBD3 background

This text has white color on #C3EBD3 background.