COLOR #C3E0B9

HEX: #C3E0B9
RGB: (195,224,185)

Color info

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

RGB color model

#C3E0B9 color RGB value is (195,224,185).

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

RGB channels and saturation

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

195
224
185

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

Portions of RGB colors in percentages

R + G + B =
195 + 224 + 185 = 604 (100%)
R 195 of 604 ~ 32.28%
G 224 of 604 ~ 37.09%
B 185 of 604 ~ 30.63%

%32.28
%37.09
%30.63

CMYK color model

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

  • cyan value is 12.95%
  • magenta value is 0.00%
  • yellow value is 17.41%
  • 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
%17.41
%12.16

Codes

Color #C3E0B9 in popluar color models

C3E0B9
RGB195224185
HSL105°38.61%80.20%
HSB/HSV105°17.41%87.84%
CMYK12.95%0.00%17.41%
12.16%

Color #C3E0B9 in popluar number systems.

HEXC3E0B9
Decimal195224185
Binary110000111110000010111001
Octal303340271

Shades and tints

Shades of #C3E0B9

#C3E0B9
(195,224,185)
#B2CCA9
(178,204,169)
#A1B899
(161,184,153)
#90A489
(144,164,137)
#7F9079
(127,144,121)
#6E7C69
(110,124,105)
#5D6859
(93,104,89)
#4C5449
(76,84,73)
#3B4039
(59,64,57)
#2A2C29
(42,44,41)
#191819
(25,24,25)
#000000
(0,0,0)

Tints of #C3E0B9

#C3E0B9
(195,224,185)
#C8E2BF
(200,226,191)
#CDE4C5
(205,228,197)
#D2E6CB
(210,230,203)
#D7E8D1
(215,232,209)
#DCEAD7
(220,234,215)
#E1ECDD
(225,236,221)
#E6EEE3
(230,238,227)
#EBF0E9
(235,240,233)
#F0F2EF
(240,242,239)
#F5F4F5
(245,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C3E0B9; }

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

This text font color is #C3E0B9.


Background Color

.myBgColor { background-color: #C3E0B9; }

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

This div background color is #C3E0B9.


Border color

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

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

This div border color is #C3E0B9.


Opacity

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

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

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

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

This text has shadow with #C3E0B9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3E0B9 on black background.


Color preview on white background

This text has color #C3E0B9 on white background.



Black color preview on #C3E0B9 background

This text has black color on #C3E0B9 background.


White color preview on #C3E0B9 background

This text has white color on #C3E0B9 background.