COLOR #C7EFCB

HEX: #C7EFCB RGB: (199,239,203)

Color info

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

RGB color model

#C7EFCB color RGB value is (199,239,203).

RGB: (199,239,203) (78%, 94%, 80%)

RGB channels and saturation

R 199 of 255 = 78%
G 239 of 255 = 94%
B 203 of 255 = 80%

199
239
203

R + G + B ~ 84%. #C7EFCB is quite light color.

Portions of RGB colors in percentages

R + G + B = 199 + 239 + 203 = 641 (100%)
R 199 of 641 ~ 31.05%
G 239 of 641 ~ 37.29%
B 203 of 641 ~ 31.67'%

%31.05
%37.29
%31.67

CMYK color model

#C7EFCB color CMYK value is (17,0,15,6).

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

CMYK: (17,0,15,6)
C17M0Y15K6 (17%, 0%, 15%, 6%)
(0.17 / 0.00 / 0.15 / 0.06)

CMYK percentages

%16.74
%0
%15.06
%6.27

Codes

Color #C7EFCB in popluar color models

C7 EF CB
RGB 199 239 203
HSL 126° 55.56% 85.88%
HSB/HSV 126° 16.74% 93.73%
CMYK 16.74% 0.00% 15.06%
6.27%

Color #C7EFCB in popluar number systems.

HEX C7 EF CB
Decimal 199 239 203
Binary 11000111 11101111 11001011
Octal 307 357 313

Shades and tints

Shades of #C7EFCB

#C7EFCB
(199,239,203)
#B5DAB9
(181,218,185)
#A3C5A7
(163,197,167)
#91B095
(145,176,149)
#7F9B83
(127,155,131)
#6D8671
(109,134,113)
#5B715F
(91,113,95)
#495C4D
(73,92,77)
#37473B
(55,71,59)
#253229
(37,50,41)
#131D17
(19,29,23)
#000000
(0,0,0)

Tints of #C7EFCB

#C7EFCB
(199,239,203)
#CCF0CF
(204,240,207)
#D1F1D3
(209,241,211)
#D6F2D7
(214,242,215)
#DBF3DB
(219,243,219)
#E0F4DF
(224,244,223)
#E5F5E3
(229,245,227)
#EAF6E7
(234,246,231)
#EFF7EB
(239,247,235)
#F4F8EF
(244,248,239)
#F9F9F3
(249,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7EFCB; }

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

This text font color is #C7EFCB.

Background Color

.myBgColor { background-color: #C7EFCB; }

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

This div background color is #C7EFCB.

Border color

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

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

This div border color is #C7EFCB.

Opacity

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

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

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

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

This text has shadow with #C7EFCB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C7EFCB.

Preview

Color preview on black background

This text has color #C7EFCB on black background.


Color preview on white background

This text has color #C7EFCB on white background.


Black color preview on #C7EFCB background

This text has black color on #C7EFCB background.


White color preview on #C7EFCB background

This text has white color on #C7EFCB background.


Related colors

Complementary color

Complementary color for #hex is #381034.


I love getcolorcode.com

Triadic colors

1 #CBC7EF and #EFCBC7 with #C7EFCB are triadic colors.

2 #CBEFC7 and #EFC7CB with #C7EFCB are triadic colors.