COLOR #C3E7BD

HEX: #C3E7BD RGB: (195,231,189)

Color info

#C3E7BD contains red, green and blue colors in about the same proportion. Web safe color of #C3E7BD is #CCFFCC (or #CFC).

RGB color model

#C3E7BD color RGB value is (195,231,189).

RGB: (195,231,189) (76%, 91%, 74%)

RGB channels and saturation

R 195 of 255 = 76%
G 231 of 255 = 91%
B 189 of 255 = 74%

195
231
189

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

Portions of RGB colors in percentages

R + G + B = 195 + 231 + 189 = 615 (100%)
R 195 of 615 ~ 31.71%
G 231 of 615 ~ 37.56%
B 189 of 615 ~ 30.73'%

%31.71
%37.56
%30.73

CMYK color model

#C3E7BD color CMYK value is (16,0,18,9).

  • cyan value is 15.58%
  • magenta value is 0.00%
  • yellow value is 18.18%
  • key color value is 9.41%

CMYK: (16,0,18,9)
C16M0Y18K9 (16%, 0%, 18%, 9%)
(0.16 / 0.00 / 0.18 / 0.09)

CMYK percentages

%15.58
%0
%18.18
%9.41

Codes

Color #C3E7BD in popluar color models

C3 E7 BD
RGB 195 231 189
HSL 111° 46.67% 82.35%
HSB/HSV 111° 18.18% 90.59%
CMYK 15.58% 0.00% 18.18%
9.41%

Color #C3E7BD in popluar number systems.

HEX C3 E7 BD
Decimal 195 231 189
Binary 11000011 11100111 10111101
Octal 303 347 275

Shades and tints

Shades of #C3E7BD

#C3E7BD
(195,231,189)
#B2D2AC
(178,210,172)
#A1BD9B
(161,189,155)
#90A88A
(144,168,138)
#7F9379
(127,147,121)
#6E7E68
(110,126,104)
#5D6957
(93,105,87)
#4C5446
(76,84,70)
#3B3F35
(59,63,53)
#2A2A24
(42,42,36)
#191513
(25,21,19)
#000000
(0,0,0)

Tints of #C3E7BD

#C3E7BD
(195,231,189)
#C8E9C3
(200,233,195)
#CDEBC9
(205,235,201)
#D2EDCF
(210,237,207)
#D7EFD5
(215,239,213)
#DCF1DB
(220,241,219)
#E1F3E1
(225,243,225)
#E6F5E7
(230,245,231)
#EBF7ED
(235,247,237)
#F0F9F3
(240,249,243)
#F5FBF9
(245,251,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C3E7BD; }

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

This text font color is #C3E7BD.

Background Color

.myBgColor { background-color: #C3E7BD; }

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

This div background color is #C3E7BD.

Border color

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

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

This div border color is #C3E7BD.

Opacity

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

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

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

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

This text has shadow with #C3E7BD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C3E7BD.

Preview

Color preview on black background

This text has color #C3E7BD on black background.


Color preview on white background

This text has color #C3E7BD on white background.


Black color preview on #C3E7BD background

This text has black color on #C3E7BD background.


White color preview on #C3E7BD background

This text has white color on #C3E7BD background.


Related colors

Complementary color

Complementary color for #hex is #3C1842.


I love getcolorcode.com

Triadic colors

1 #BDC3E7 and #E7BDC3 with #C3E7BD are triadic colors.

2 #BDE7C3 and #E7C3BD with #C3E7BD are triadic colors.