COLOR #C3E2BB

HEX: #C3E2BB RGB: (195,226,187)

Color info

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

RGB color model

#C3E2BB color RGB value is (195,226,187).

RGB: (195,226,187) (76%, 89%, 73%)

RGB channels and saturation

R 195 of 255 = 76%
G 226 of 255 = 89%
B 187 of 255 = 73%

195
226
187

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

Portions of RGB colors in percentages

R + G + B = 195 + 226 + 187 = 608 (100%)
R 195 of 608 ~ 32.07%
G 226 of 608 ~ 37.17%
B 187 of 608 ~ 30.76'%

%32.07
%37.17
%30.76

CMYK color model

#C3E2BB color CMYK value is (14,0,17,11).

  • cyan value is 13.72%
  • magenta value is 0.00%
  • yellow value is 17.26%
  • key color value is 11.37%

CMYK: (14,0,17,11)
C14M0Y17K11 (14%, 0%, 17%, 11%)
(0.14 / 0.00 / 0.17 / 0.11)

CMYK percentages

%13.72
%0
%17.26
%11.37

Codes

Color #C3E2BB in popluar color models

C3 E2 BB
RGB 195 226 187
HSL 108° 40.21% 80.98%
HSB/HSV 108° 17.26% 88.63%
CMYK 13.72% 0.00% 17.26%
11.37%

Color #C3E2BB in popluar number systems.

HEX C3 E2 BB
Decimal 195 226 187
Binary 11000011 11100010 10111011
Octal 303 342 273

Shades and tints

Shades of #C3E2BB

#C3E2BB
(195,226,187)
#B2CEAA
(178,206,170)
#A1BA99
(161,186,153)
#90A688
(144,166,136)
#7F9277
(127,146,119)
#6E7E66
(110,126,102)
#5D6A55
(93,106,85)
#4C5644
(76,86,68)
#3B4233
(59,66,51)
#2A2E22
(42,46,34)
#191A11
(25,26,17)
#000000
(0,0,0)

Tints of #C3E2BB

#C3E2BB
(195,226,187)
#C8E4C1
(200,228,193)
#CDE6C7
(205,230,199)
#D2E8CD
(210,232,205)
#D7EAD3
(215,234,211)
#DCECD9
(220,236,217)
#E1EEDF
(225,238,223)
#E6F0E5
(230,240,229)
#EBF2EB
(235,242,235)
#F0F4F1
(240,244,241)
#F5F6F7
(245,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C3E2BB; }

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

This text font color is #C3E2BB.

Background Color

.myBgColor { background-color: #C3E2BB; }

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

This div background color is #C3E2BB.

Border color

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

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

This div border color is #C3E2BB.

Opacity

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

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

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

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

This text has shadow with #C3E2BB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C3E2BB.

Preview

Color preview on black background

This text has color #C3E2BB on black background.


Color preview on white background

This text has color #C3E2BB on white background.


Black color preview on #C3E2BB background

This text has black color on #C3E2BB background.


White color preview on #C3E2BB background

This text has white color on #C3E2BB background.


Related colors

Complementary color

Complementary color for #hex is #3C1D44.


I love getcolorcode.com

Triadic colors

1 #BBC3E2 and #E2BBC3 with #C3E2BB are triadic colors.

2 #BBE2C3 and #E2C3BB with #C3E2BB are triadic colors.