COLOR #C7EFB7

HEX: #C7EFB7 RGB: (199,239,183)

Color info

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

RGB color model

#C7EFB7 color RGB value is (199,239,183).

RGB: (199,239,183) (78%, 94%, 72%)

RGB channels and saturation

R 199 of 255 = 78%
G 239 of 255 = 94%
B 183 of 255 = 72%

199
239
183

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

Portions of RGB colors in percentages

R + G + B = 199 + 239 + 183 = 621 (100%)
R 199 of 621 ~ 32.05%
G 239 of 621 ~ 38.49%
B 183 of 621 ~ 29.47'%

%32.05
%38.49
%29.47

CMYK color model

#C7EFB7 color CMYK value is (17,0,23,6).

  • cyan value is 16.74%
  • magenta value is 0.00%
  • yellow value is 23.43%
  • key color value is 6.27%

CMYK: (17,0,23,6)
C17M0Y23K6 (17%, 0%, 23%, 6%)
(0.17 / 0.00 / 0.23 / 0.06)

CMYK percentages

%16.74
%0
%23.43
%6.27

Codes

Color #C7EFB7 in popluar color models

C7 EF B7
RGB 199 239 183
HSL 103° 63.64% 82.75%
HSB/HSV 103° 23.43% 93.73%
CMYK 16.74% 0.00% 23.43%
6.27%

Color #C7EFB7 in popluar number systems.

HEX C7 EF B7
Decimal 199 239 183
Binary 11000111 11101111 10110111
Octal 307 357 267

Shades and tints

Shades of #C7EFB7

#C7EFB7
(199,239,183)
#B5DAA7
(181,218,167)
#A3C597
(163,197,151)
#91B087
(145,176,135)
#7F9B77
(127,155,119)
#6D8667
(109,134,103)
#5B7157
(91,113,87)
#495C47
(73,92,71)
#374737
(55,71,55)
#253227
(37,50,39)
#131D17
(19,29,23)
#000000
(0,0,0)

Tints of #C7EFB7

#C7EFB7
(199,239,183)
#CCF0BD
(204,240,189)
#D1F1C3
(209,241,195)
#D6F2C9
(214,242,201)
#DBF3CF
(219,243,207)
#E0F4D5
(224,244,213)
#E5F5DB
(229,245,219)
#EAF6E1
(234,246,225)
#EFF7E7
(239,247,231)
#F4F8ED
(244,248,237)
#F9F9F3
(249,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C7EFB7 color. Also use rgb(199,239,183) instead hex code.

Text Font Color

.myTextColor { color: #C7EFB7; }

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

This text font color is #C7EFB7.

Background Color

.myBgColor { background-color: #C7EFB7; }

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

This div background color is #C7EFB7.

Border color

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

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

This div border color is #C7EFB7.

Opacity

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

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

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

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

This text has shadow with #C7EFB7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C7EFB7.

Preview

Color preview on black background

This text has color #C7EFB7 on black background.


Color preview on white background

This text has color #C7EFB7 on white background.


Black color preview on #C7EFB7 background

This text has black color on #C7EFB7 background.


White color preview on #C7EFB7 background

This text has white color on #C7EFB7 background.


Related colors

Complementary color

Complementary color for #hex is #381048.


I love getcolorcode.com

Triadic colors

1 #B7C7EF and #EFB7C7 with #C7EFB7 are triadic colors.

2 #B7EFC7 and #EFC7B7 with #C7EFB7 are triadic colors.