COLOR #C3EBCD

HEX: #C3EBCD
RGB: (195,235,205)

Color info

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

RGB color model

#C3EBCD color RGB value is (195,235,205).

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

RGB channels and saturation

R 195 of 255 = 76%
G 235 of 255 = 92%
B 205 of 255 = 80%

195
235
205

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

Portions of RGB colors in percentages

R + G + B =
195 + 235 + 205 = 635 (100%)
R 195 of 635 ~ 30.71%
G 235 of 635 ~ 37.01%
B 205 of 635 ~ 32.28%

%30.71
%37.01
%32.28

CMYK color model

#C3EBCD color CMYK value is (17,0,13,8).

  • cyan value is 17.02%
  • magenta value is 0.00%
  • yellow value is 12.77%
  • key color value is 7.84%
CMYK:
(17,0,13,8)
C17M0Y13K8 
(17%,0%,13%,8%)
(0.17/0.00/0.13/0.08)	

CMYK percentages

%17.02
%0
%12.77
%7.84

Codes

Color #C3EBCD in popluar color models

C3EBCD
RGB195235205
HSL135°50.00%84.31%
HSB/HSV135°17.02%92.16%
CMYK17.02%0.00%12.77%
7.84%

Color #C3EBCD in popluar number systems.

HEXC3EBCD
Decimal195235205
Binary110000111110101111001101
Octal303353315

Shades and tints

Shades of #C3EBCD

#C3EBCD
(195,235,205)
#B2D6BB
(178,214,187)
#A1C1A9
(161,193,169)
#90AC97
(144,172,151)
#7F9785
(127,151,133)
#6E8273
(110,130,115)
#5D6D61
(93,109,97)
#4C584F
(76,88,79)
#3B433D
(59,67,61)
#2A2E2B
(42,46,43)
#191919
(25,25,25)
#000000
(0,0,0)

Tints of #C3EBCD

#C3EBCD
(195,235,205)
#C8ECD1
(200,236,209)
#CDEDD5
(205,237,213)
#D2EED9
(210,238,217)
#D7EFDD
(215,239,221)
#DCF0E1
(220,240,225)
#E1F1E5
(225,241,229)
#E6F2E9
(230,242,233)
#EBF3ED
(235,243,237)
#F0F4F1
(240,244,241)
#F5F5F5
(245,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C3EBCD; }

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

This text font color is #C3EBCD.


Background Color

.myBgColor { background-color: #C3EBCD; }

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

This div background color is #C3EBCD.


Border color

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

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

This div border color is #C3EBCD.


Opacity

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

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

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

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

This text has shadow with #C3EBCD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3EBCD on black background.


Color preview on white background

This text has color #C3EBCD on white background.



Black color preview on #C3EBCD background

This text has black color on #C3EBCD background.


White color preview on #C3EBCD background

This text has white color on #C3EBCD background.