COLOR #C7F5BC

HEX: #C7F5BC RGB: (199,245,188)

Color info

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

RGB color model

#C7F5BC color RGB value is (199,245,188).

RGB: (199,245,188) (78%, 96%, 74%)

RGB channels and saturation

R 199 of 255 = 78%
G 245 of 255 = 96%
B 188 of 255 = 74%

199
245
188

R + G + B ~ 83%. #C7F5BC is quite light color.

Portions of RGB colors in percentages

R + G + B = 199 + 245 + 188 = 632 (100%)
R 199 of 632 ~ 31.49%
G 245 of 632 ~ 38.77%
B 188 of 632 ~ 29.75'%

%31.49
%38.77
%29.75

CMYK color model

#C7F5BC color CMYK value is (19,0,23,4).

  • cyan value is 18.78%
  • magenta value is 0.00%
  • yellow value is 23.27%
  • key color value is 3.92%

CMYK: (19,0,23,4)
C19M0Y23K4 (19%, 0%, 23%, 4%)
(0.19 / 0.00 / 0.23 / 0.04)

CMYK percentages

%18.78
%0
%23.27
%3.92

Codes

Color #C7F5BC in popluar color models

C7 F5 BC
RGB 199 245 188
HSL 108° 74.03% 84.90%
HSB/HSV 108° 23.27% 96.08%
CMYK 18.78% 0.00% 23.27%
3.92%

Color #C7F5BC in popluar number systems.

HEX C7 F5 BC
Decimal 199 245 188
Binary 11000111 11110101 10111100
Octal 307 365 274

Shades and tints

Shades of #C7F5BC

#C7F5BC
(199,245,188)
#B5DFAB
(181,223,171)
#A3C99A
(163,201,154)
#91B389
(145,179,137)
#7F9D78
(127,157,120)
#6D8767
(109,135,103)
#5B7156
(91,113,86)
#495B45
(73,91,69)
#374534
(55,69,52)
#252F23
(37,47,35)
#131912
(19,25,18)
#000000
(0,0,0)

Tints of #C7F5BC

#C7F5BC
(199,245,188)
#CCF5C2
(204,245,194)
#D1F5C8
(209,245,200)
#D6F5CE
(214,245,206)
#DBF5D4
(219,245,212)
#E0F5DA
(224,245,218)
#E5F5E0
(229,245,224)
#EAF5E6
(234,245,230)
#EFF5EC
(239,245,236)
#F4F5F2
(244,245,242)
#F9F5F8
(249,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C7F5BC color. Also use rgb(199,245,188) instead hex code.

Text Font Color

.myTextColor { color: #C7F5BC; }

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

This text font color is #C7F5BC.

Background Color

.myBgColor { background-color: #C7F5BC; }

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

This div background color is #C7F5BC.

Border color

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

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

This div border color is #C7F5BC.

Opacity

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

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

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

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

This text has shadow with #C7F5BC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C7F5BC.

Preview

Color preview on black background

This text has color #C7F5BC on black background.


Color preview on white background

This text has color #C7F5BC on white background.


Black color preview on #C7F5BC background

This text has black color on #C7F5BC background.


White color preview on #C7F5BC background

This text has white color on #C7F5BC background.


Related colors

Complementary color

Complementary color for #hex is #380A43.


I love getcolorcode.com

Triadic colors

1 #BCC7F5 and #F5BCC7 with #C7F5BC are triadic colors.

2 #BCF5C7 and #F5C7BC with #C7F5BC are triadic colors.