COLOR #C3E0BA

HEX: #C3E0BA
RGB: (195,224,186)

Color info

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

RGB color model

#C3E0BA color RGB value is (195,224,186).

  • red value is 195;
  • green value is 224;
  • blue value is 186.
RGB:
(195,224,186)
(76%,88%,73%)

RGB channels and saturation

R 195 of 255 = 76%
G 224 of 255 = 88%
B 186 of 255 = 73%

195
224
186

R + G + B ~ 79%. #C3E0BA is quite light color.

Portions of RGB colors in percentages

R + G + B =
195 + 224 + 186 = 605 (100%)
R 195 of 605 ~ 32.23%
G 224 of 605 ~ 37.02%
B 186 of 605 ~ 30.74%

%32.23
%37.02
%30.74

CMYK color model

#C3E0BA color CMYK value is (13,0,17,12).

  • cyan value is 12.95%
  • magenta value is 0.00%
  • yellow value is 16.96%
  • key color value is 12.16%
CMYK:
(13,0,17,12)
C13M0Y17K12 
(13%,0%,17%,12%)
(0.13/0.00/0.17/0.12)	

CMYK percentages

%12.95
%0
%16.96
%12.16

Codes

Color #C3E0BA in popluar color models

C3E0BA
RGB195224186
HSL106°38.00%80.39%
HSB/HSV106°16.96%87.84%
CMYK12.95%0.00%16.96%
12.16%

Color #C3E0BA in popluar number systems.

HEXC3E0BA
Decimal195224186
Binary110000111110000010111010
Octal303340272

Shades and tints

Shades of #C3E0BA

#C3E0BA
(195,224,186)
#B2CCAA
(178,204,170)
#A1B89A
(161,184,154)
#90A48A
(144,164,138)
#7F907A
(127,144,122)
#6E7C6A
(110,124,106)
#5D685A
(93,104,90)
#4C544A
(76,84,74)
#3B403A
(59,64,58)
#2A2C2A
(42,44,42)
#19181A
(25,24,26)
#000000
(0,0,0)

Tints of #C3E0BA

#C3E0BA
(195,224,186)
#C8E2C0
(200,226,192)
#CDE4C6
(205,228,198)
#D2E6CC
(210,230,204)
#D7E8D2
(215,232,210)
#DCEAD8
(220,234,216)
#E1ECDE
(225,236,222)
#E6EEE4
(230,238,228)
#EBF0EA
(235,240,234)
#F0F2F0
(240,242,240)
#F5F4F6
(245,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C3E0BA color. Also use rgb(195,224,186) instead hex code.

Text Font Color

.myTextColor { color: #C3E0BA; }

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

This text font color is #C3E0BA.


Background Color

.myBgColor { background-color: #C3E0BA; }

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

This div background color is #C3E0BA.


Border color

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

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

This div border color is #C3E0BA.


Opacity

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

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

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

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

This text has shadow with #C3E0BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3E0BA on black background.


Color preview on white background

This text has color #C3E0BA on white background.



Black color preview on #C3E0BA background

This text has black color on #C3E0BA background.


White color preview on #C3E0BA background

This text has white color on #C3E0BA background.