COLOR #C7E5BF

HEX: #C7E5BF RGB: (199,229,191)

Color info

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

RGB color model

#C7E5BF color RGB value is (199,229,191).

RGB: (199,229,191) (78%, 90%, 75%)

RGB channels and saturation

R 199 of 255 = 78%
G 229 of 255 = 90%
B 191 of 255 = 75%

199
229
191

R + G + B ~ 81%. #C7E5BF is quite light color.

Portions of RGB colors in percentages

R + G + B = 199 + 229 + 191 = 619 (100%)
R 199 of 619 ~ 32.15%
G 229 of 619 ~ 37%
B 191 of 619 ~ 30.86'%

%32.15
%37
%30.86

CMYK color model

#C7E5BF color CMYK value is (13,0,17,10).

  • cyan value is 13.10%
  • magenta value is 0.00%
  • yellow value is 16.59%
  • key color value is 10.20%

CMYK: (13,0,17,10)
C13M0Y17K10 (13%, 0%, 17%, 10%)
(0.13 / 0.00 / 0.17 / 0.10)

CMYK percentages

%13.1
%0
%16.59
%10.2

Codes

Color #C7E5BF in popluar color models

C7 E5 BF
RGB 199 229 191
HSL 107° 42.22% 82.35%
HSB/HSV 107° 16.59% 89.80%
CMYK 13.10% 0.00% 16.59%
10.20%

Color #C7E5BF in popluar number systems.

HEX C7 E5 BF
Decimal 199 229 191
Binary 11000111 11100101 10111111
Octal 307 345 277

Shades and tints

Shades of #C7E5BF

#C7E5BF
(199,229,191)
#B5D1AE
(181,209,174)
#A3BD9D
(163,189,157)
#91A98C
(145,169,140)
#7F957B
(127,149,123)
#6D816A
(109,129,106)
#5B6D59
(91,109,89)
#495948
(73,89,72)
#374537
(55,69,55)
#253126
(37,49,38)
#131D15
(19,29,21)
#000000
(0,0,0)

Tints of #C7E5BF

#C7E5BF
(199,229,191)
#CCE7C4
(204,231,196)
#D1E9C9
(209,233,201)
#D6EBCE
(214,235,206)
#DBEDD3
(219,237,211)
#E0EFD8
(224,239,216)
#E5F1DD
(229,241,221)
#EAF3E2
(234,243,226)
#EFF5E7
(239,245,231)
#F4F7EC
(244,247,236)
#F9F9F1
(249,249,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C7E5BF color. Also use rgb(199,229,191) instead hex code.

Text Font Color

.myTextColor { color: #C7E5BF; }

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

This text font color is #C7E5BF.

Background Color

.myBgColor { background-color: #C7E5BF; }

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

This div background color is #C7E5BF.

Border color

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

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

This div border color is #C7E5BF.

Opacity

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

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

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

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

This text has shadow with #C7E5BF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C7E5BF.

Preview

Color preview on black background

This text has color #C7E5BF on black background.


Color preview on white background

This text has color #C7E5BF on white background.


Black color preview on #C7E5BF background

This text has black color on #C7E5BF background.


White color preview on #C7E5BF background

This text has white color on #C7E5BF background.


Related colors

Complementary color

Complementary color for #hex is #381A40.


I love getcolorcode.com

Triadic colors

1 #BFC7E5 and #E5BFC7 with #C7E5BF are triadic colors.

2 #BFE5C7 and #E5C7BF with #C7E5BF are triadic colors.