COLOR #C3E3BF

HEX: #C3E3BF
RGB: (195,227,191)

Color info

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

RGB color model

#C3E3BF color RGB value is (195,227,191).

  • red value is 195;
  • green value is 227;
  • blue value is 191.
RGB:
(195,227,191)
(76%,89%,75%)

RGB channels and saturation

R 195 of 255 = 76%
G 227 of 255 = 89%
B 191 of 255 = 75%

195
227
191

R + G + B ~ 80%. #C3E3BF is quite light color.

Portions of RGB colors in percentages

R + G + B =
195 + 227 + 191 = 613 (100%)
R 195 of 613 ~ 31.81%
G 227 of 613 ~ 37.03%
B 191 of 613 ~ 31.16%

%31.81
%37.03
%31.16

CMYK color model

#C3E3BF color CMYK value is (14,0,16,11).

  • cyan value is 14.10%
  • magenta value is 0.00%
  • yellow value is 15.86%
  • key color value is 10.98%
CMYK:
(14,0,16,11)
C14M0Y16K11 
(14%,0%,16%,11%)
(0.14/0.00/0.16/0.11)	

CMYK percentages

%14.1
%0
%15.86
%10.98

Codes

Color #C3E3BF in popluar color models

C3E3BF
RGB195227191
HSL113°39.13%81.96%
HSB/HSV113°15.86%89.02%
CMYK14.10%0.00%15.86%
10.98%

Color #C3E3BF in popluar number systems.

HEXC3E3BF
Decimal195227191
Binary110000111110001110111111
Octal303343277

Shades and tints

Shades of #C3E3BF

#C3E3BF
(195,227,191)
#B2CFAE
(178,207,174)
#A1BB9D
(161,187,157)
#90A78C
(144,167,140)
#7F937B
(127,147,123)
#6E7F6A
(110,127,106)
#5D6B59
(93,107,89)
#4C5748
(76,87,72)
#3B4337
(59,67,55)
#2A2F26
(42,47,38)
#191B15
(25,27,21)
#000000
(0,0,0)

Tints of #C3E3BF

#C3E3BF
(195,227,191)
#C8E5C4
(200,229,196)
#CDE7C9
(205,231,201)
#D2E9CE
(210,233,206)
#D7EBD3
(215,235,211)
#DCEDD8
(220,237,216)
#E1EFDD
(225,239,221)
#E6F1E2
(230,241,226)
#EBF3E7
(235,243,231)
#F0F5EC
(240,245,236)
#F5F7F1
(245,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C3E3BF color. Also use rgb(195,227,191) instead hex code.

Text Font Color

.myTextColor { color: #C3E3BF; }

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

This text font color is #C3E3BF.


Background Color

.myBgColor { background-color: #C3E3BF; }

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

This div background color is #C3E3BF.


Border color

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

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

This div border color is #C3E3BF.


Opacity

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

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

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

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

This text has shadow with #C3E3BF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3E3BF on black background.


Color preview on white background

This text has color #C3E3BF on white background.



Black color preview on #C3E3BF background

This text has black color on #C3E3BF background.


White color preview on #C3E3BF background

This text has white color on #C3E3BF background.