COLOR #C3E2B4

HEX: #C3E2B4
RGB: (195,226,180)

Color info

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

RGB color model

#C3E2B4 color RGB value is (195,226,180).

  • red value is 195;
  • green value is 226;
  • blue value is 180.
RGB:
(195,226,180)
(76%,89%,71%)

RGB channels and saturation

R 195 of 255 = 76%
G 226 of 255 = 89%
B 180 of 255 = 71%

195
226
180

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

Portions of RGB colors in percentages

R + G + B =
195 + 226 + 180 = 601 (100%)
R 195 of 601 ~ 32.45%
G 226 of 601 ~ 37.6%
B 180 of 601 ~ 29.95%

%32.45
%37.6
%29.95

CMYK color model

#C3E2B4 color CMYK value is (14,0,20,11).

  • cyan value is 13.72%
  • magenta value is 0.00%
  • yellow value is 20.35%
  • key color value is 11.37%
CMYK:
(14,0,20,11)
C14M0Y20K11 
(14%,0%,20%,11%)
(0.14/0.00/0.20/0.11)	

CMYK percentages

%13.72
%0
%20.35
%11.37

Codes

Color #C3E2B4 in popluar color models

C3E2B4
RGB195226180
HSL100°44.23%79.61%
HSB/HSV100°20.35%88.63%
CMYK13.72%0.00%20.35%
11.37%

Color #C3E2B4 in popluar number systems.

HEXC3E2B4
Decimal195226180
Binary110000111110001010110100
Octal303342264

Shades and tints

Shades of #C3E2B4

#C3E2B4
(195,226,180)
#B2CEA4
(178,206,164)
#A1BA94
(161,186,148)
#90A684
(144,166,132)
#7F9274
(127,146,116)
#6E7E64
(110,126,100)
#5D6A54
(93,106,84)
#4C5644
(76,86,68)
#3B4234
(59,66,52)
#2A2E24
(42,46,36)
#191A14
(25,26,20)
#000000
(0,0,0)

Tints of #C3E2B4

#C3E2B4
(195,226,180)
#C8E4BA
(200,228,186)
#CDE6C0
(205,230,192)
#D2E8C6
(210,232,198)
#D7EACC
(215,234,204)
#DCECD2
(220,236,210)
#E1EED8
(225,238,216)
#E6F0DE
(230,240,222)
#EBF2E4
(235,242,228)
#F0F4EA
(240,244,234)
#F5F6F0
(245,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C3E2B4 color. Also use rgb(195,226,180) instead hex code.

Text Font Color

.myTextColor { color: #C3E2B4; }

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

This text font color is #C3E2B4.


Background Color

.myBgColor { background-color: #C3E2B4; }

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

This div background color is #C3E2B4.


Border color

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

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

This div border color is #C3E2B4.


Opacity

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

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

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

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

This text has shadow with #C3E2B4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3E2B4 on black background.


Color preview on white background

This text has color #C3E2B4 on white background.



Black color preview on #C3E2B4 background

This text has black color on #C3E2B4 background.


White color preview on #C3E2B4 background

This text has white color on #C3E2B4 background.