COLOR #C3EBD4

HEX: #C3EBD4
RGB: (195,235,212)

Color info

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

RGB color model

#C3EBD4 color RGB value is (195,235,212).

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

RGB channels and saturation

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

195
235
212

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

Portions of RGB colors in percentages

R + G + B =
195 + 235 + 212 = 642 (100%)
R 195 of 642 ~ 30.37%
G 235 of 642 ~ 36.6%
B 212 of 642 ~ 33.02%

%30.37
%36.6
%33.02

CMYK color model

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

  • cyan value is 17.02%
  • magenta value is 0.00%
  • yellow value is 9.79%
  • 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
%9.79
%7.84

Codes

Color #C3EBD4 in popluar color models

C3EBD4
RGB195235212
HSL146°50.00%84.31%
HSB/HSV146°17.02%92.16%
CMYK17.02%0.00%9.79%
7.84%

Color #C3EBD4 in popluar number systems.

HEXC3EBD4
Decimal195235212
Binary110000111110101111010100
Octal303353324

Shades and tints

Shades of #C3EBD4

#C3EBD4
(195,235,212)
#B2D6C1
(178,214,193)
#A1C1AE
(161,193,174)
#90AC9B
(144,172,155)
#7F9788
(127,151,136)
#6E8275
(110,130,117)
#5D6D62
(93,109,98)
#4C584F
(76,88,79)
#3B433C
(59,67,60)
#2A2E29
(42,46,41)
#191916
(25,25,22)
#000000
(0,0,0)

Tints of #C3EBD4

#C3EBD4
(195,235,212)
#C8ECD7
(200,236,215)
#CDEDDA
(205,237,218)
#D2EEDD
(210,238,221)
#D7EFE0
(215,239,224)
#DCF0E3
(220,240,227)
#E1F1E6
(225,241,230)
#E6F2E9
(230,242,233)
#EBF3EC
(235,243,236)
#F0F4EF
(240,244,239)
#F5F5F2
(245,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C3EBD4; }

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

This text font color is #C3EBD4.


Background Color

.myBgColor { background-color: #C3EBD4; }

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

This div background color is #C3EBD4.


Border color

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

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

This div border color is #C3EBD4.


Opacity

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

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

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

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

This text has shadow with #C3EBD4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3EBD4 on black background.


Color preview on white background

This text has color #C3EBD4 on white background.



Black color preview on #C3EBD4 background

This text has black color on #C3EBD4 background.


White color preview on #C3EBD4 background

This text has white color on #C3EBD4 background.