COLOR #C7EBE7

HEX: #C7EBE7 RGB: (199,235,231)

Color info

#C7EBE7 contains red, green and blue colors in about the same proportion. Web safe color of #C7EBE7 is #CCFFFF (or #CFF).

RGB color model

#C7EBE7 color RGB value is (199,235,231).

RGB: (199,235,231) (78%, 92%, 91%)

RGB channels and saturation

R 199 of 255 = 78%
G 235 of 255 = 92%
B 231 of 255 = 91%

199
235
231

R + G + B ~ 87%. #C7EBE7 is light color.

Portions of RGB colors in percentages

R + G + B = 199 + 235 + 231 = 665 (100%)
R 199 of 665 ~ 29.92%
G 235 of 665 ~ 35.34%
B 231 of 665 ~ 34.74'%

%29.92
%35.34
%34.74

CMYK color model

#C7EBE7 color CMYK value is (15,0,2,8).

  • cyan value is 15.32%
  • magenta value is 0.00%
  • yellow value is 1.70%
  • key color value is 7.84%
CMYK: (15,0,2,8) C15M0Y2K8 (15%,0%,2%,8%) (0.15/0.00/0.02/0.08) 

CMYK percentages

%15.32
%0
%1.7
%7.84

Codes

Color #C7EBE7 in popluar color models

C7 EB E7
RGB 199 235 231
HSL 173° 47.37% 85.10%
HSB/HSV 173° 15.32% 92.16%
CMYK 15.32% 0.00% 1.70%
7.84%

Color #C7EBE7 in popluar number systems.

HEX C7 EB E7
Decimal 199 235 231
Binary 11000111 11101011 11100111
Octal 307 353 347

Shades and tints

Shades of #C7EBE7

#C7EBE7
(199,235,231)
#B5D6D2
(181,214,210)
#A3C1BD
(163,193,189)
#91ACA8
(145,172,168)
#7F9793
(127,151,147)
#6D827E
(109,130,126)
#5B6D69
(91,109,105)
#495854
(73,88,84)
#37433F
(55,67,63)
#252E2A
(37,46,42)
#131915
(19,25,21)
#000000
(0,0,0)

Tints of #C7EBE7

#C7EBE7
(199,235,231)
#CCECE9
(204,236,233)
#D1EDEB
(209,237,235)
#D6EEED
(214,238,237)
#DBEFEF
(219,239,239)
#E0F0F1
(224,240,241)
#E5F1F3
(229,241,243)
#EAF2F5
(234,242,245)
#EFF3F7
(239,243,247)
#F4F4F9
(244,244,249)
#F9F5FB
(249,245,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C7EBE7 color. Also use rgb(199,235,231) instead hex code.

Text Font Color

.myTextColor { color: #C7EBE7; }

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

This text font color is #C7EBE7.

Background Color

.myBgColor { background-color: #C7EBE7; }

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

This div background color is #C7EBE7.

Border color

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

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

This div border color is #C7EBE7.

Opacity

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

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

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

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

This text has shadow with #C7EBE7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C7EBE7.

Preview

Color preview on black background

This text has color #C7EBE7 on black background.


Color preview on white background

This text has color #C7EBE7 on white background.


Black color preview on #C7EBE7 background

This text has black color on #C7EBE7 background.


White color preview on #C7EBE7 background

This text has white color on #C7EBE7 background.


Related colors

Complementary color

Complementary color for #hex is #381418.


I love getcolorcode.com

Triadic colors

1 #E7C7EB and #EBE7C7 with #C7EBE7 are triadic colors.

2 #E7EBC7 and #EBC7E7 with #C7EBE7 are triadic colors.