COLOR #C3E1BD

HEX: #C3E1BD
RGB: (195,225,189)

Color info

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

RGB color model

#C3E1BD color RGB value is (195,225,189).

  • red value is 195;
  • green value is 225;
  • blue value is 189.
RGB:
(195,225,189)
(76%,88%,74%)

RGB channels and saturation

R 195 of 255 = 76%
G 225 of 255 = 88%
B 189 of 255 = 74%

195
225
189

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

Portions of RGB colors in percentages

R + G + B =
195 + 225 + 189 = 609 (100%)
R 195 of 609 ~ 32.02%
G 225 of 609 ~ 36.95%
B 189 of 609 ~ 31.03%

%32.02
%36.95
%31.03

CMYK color model

#C3E1BD color CMYK value is (13,0,16,12).

  • cyan value is 13.33%
  • magenta value is 0.00%
  • yellow value is 16.00%
  • key color value is 11.76%
CMYK:
(13,0,16,12)
C13M0Y16K12 
(13%,0%,16%,12%)
(0.13/0.00/0.16/0.12)	

CMYK percentages

%13.33
%0
%16
%11.76

Codes

Color #C3E1BD in popluar color models

C3E1BD
RGB195225189
HSL110°37.50%81.18%
HSB/HSV110°16.00%88.24%
CMYK13.33%0.00%16.00%
11.76%

Color #C3E1BD in popluar number systems.

HEXC3E1BD
Decimal195225189
Binary110000111110000110111101
Octal303341275

Shades and tints

Shades of #C3E1BD

#C3E1BD
(195,225,189)
#B2CDAC
(178,205,172)
#A1B99B
(161,185,155)
#90A58A
(144,165,138)
#7F9179
(127,145,121)
#6E7D68
(110,125,104)
#5D6957
(93,105,87)
#4C5546
(76,85,70)
#3B4135
(59,65,53)
#2A2D24
(42,45,36)
#191913
(25,25,19)
#000000
(0,0,0)

Tints of #C3E1BD

#C3E1BD
(195,225,189)
#C8E3C3
(200,227,195)
#CDE5C9
(205,229,201)
#D2E7CF
(210,231,207)
#D7E9D5
(215,233,213)
#DCEBDB
(220,235,219)
#E1EDE1
(225,237,225)
#E6EFE7
(230,239,231)
#EBF1ED
(235,241,237)
#F0F3F3
(240,243,243)
#F5F5F9
(245,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C3E1BD color. Also use rgb(195,225,189) instead hex code.

Text Font Color

.myTextColor { color: #C3E1BD; }

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

This text font color is #C3E1BD.


Background Color

.myBgColor { background-color: #C3E1BD; }

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

This div background color is #C3E1BD.


Border color

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

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

This div border color is #C3E1BD.


Opacity

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

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

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

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

This text has shadow with #C3E1BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3E1BD on black background.


Color preview on white background

This text has color #C3E1BD on white background.



Black color preview on #C3E1BD background

This text has black color on #C3E1BD background.


White color preview on #C3E1BD background

This text has white color on #C3E1BD background.