COLOR #C3E4BF

HEX: #C3E4BF
RGB: (195,228,191)

Color info

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

RGB color model

#C3E4BF color RGB value is (195,228,191).

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

RGB channels and saturation

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

195
228
191

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

Portions of RGB colors in percentages

R + G + B =
195 + 228 + 191 = 614 (100%)
R 195 of 614 ~ 31.76%
G 228 of 614 ~ 37.13%
B 191 of 614 ~ 31.11%

%31.76
%37.13
%31.11

CMYK color model

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

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

CMYK percentages

%14.47
%0
%16.23
%10.59

Codes

Color #C3E4BF in popluar color models

C3E4BF
RGB195228191
HSL114°40.66%82.16%
HSB/HSV114°16.23%89.41%
CMYK14.47%0.00%16.23%
10.59%

Color #C3E4BF in popluar number systems.

HEXC3E4BF
Decimal195228191
Binary110000111110010010111111
Octal303344277

Shades and tints

Shades of #C3E4BF

#C3E4BF
(195,228,191)
#B2D0AE
(178,208,174)
#A1BC9D
(161,188,157)
#90A88C
(144,168,140)
#7F947B
(127,148,123)
#6E806A
(110,128,106)
#5D6C59
(93,108,89)
#4C5848
(76,88,72)
#3B4437
(59,68,55)
#2A3026
(42,48,38)
#191C15
(25,28,21)
#000000
(0,0,0)

Tints of #C3E4BF

#C3E4BF
(195,228,191)
#C8E6C4
(200,230,196)
#CDE8C9
(205,232,201)
#D2EACE
(210,234,206)
#D7ECD3
(215,236,211)
#DCEED8
(220,238,216)
#E1F0DD
(225,240,221)
#E6F2E2
(230,242,226)
#EBF4E7
(235,244,231)
#F0F6EC
(240,246,236)
#F5F8F1
(245,248,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C3E4BF; }

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

This text font color is #C3E4BF.


Background Color

.myBgColor { background-color: #C3E4BF; }

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

This div background color is #C3E4BF.


Border color

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

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

This div border color is #C3E4BF.


Opacity

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

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

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

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

This text has shadow with #C3E4BF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3E4BF on black background.


Color preview on white background

This text has color #C3E4BF on white background.



Black color preview on #C3E4BF background

This text has black color on #C3E4BF background.


White color preview on #C3E4BF background

This text has white color on #C3E4BF background.