COLOR #C7EBE2

HEX: #C7EBE2 RGB: (199,235,226)

Color info

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

RGB color model

#C7EBE2 color RGB value is (199,235,226).

RGB: (199,235,226) (78%, 92%, 89%)

RGB channels and saturation

R 199 of 255 = 78%
G 235 of 255 = 92%
B 226 of 255 = 89%

199
235
226

R + G + B ~ 86%. #C7EBE2 is light color.

Portions of RGB colors in percentages

R + G + B = 199 + 235 + 226 = 660 (100%)
R 199 of 660 ~ 30.15%
G 235 of 660 ~ 35.61%
B 226 of 660 ~ 34.24'%

%30.15
%35.61
%34.24

CMYK color model

#C7EBE2 color CMYK value is (15,0,4,8).

  • cyan value is 15.32%
  • magenta value is 0.00%
  • yellow value is 3.83%
  • key color value is 7.84%

CMYK: (15,0,4,8)
C15M0Y4K8 (15%, 0%, 4%, 8%)
(0.15 / 0.00 / 0.04 / 0.08)

CMYK percentages

%15.32
%0
%3.83
%7.84

Codes

Color #C7EBE2 in popluar color models

C7 EB E2
RGB 199 235 226
HSL 165° 47.37% 85.10%
HSB/HSV 165° 15.32% 92.16%
CMYK 15.32% 0.00% 3.83%
7.84%

Color #C7EBE2 in popluar number systems.

HEX C7 EB E2
Decimal 199 235 226
Binary 11000111 11101011 11100010
Octal 307 353 342

Shades and tints

Shades of #C7EBE2

#C7EBE2
(199,235,226)
#B5D6CE
(181,214,206)
#A3C1BA
(163,193,186)
#91ACA6
(145,172,166)
#7F9792
(127,151,146)
#6D827E
(109,130,126)
#5B6D6A
(91,109,106)
#495856
(73,88,86)
#374342
(55,67,66)
#252E2E
(37,46,46)
#13191A
(19,25,26)
#000000
(0,0,0)

Tints of #C7EBE2

#C7EBE2
(199,235,226)
#CCECE4
(204,236,228)
#D1EDE6
(209,237,230)
#D6EEE8
(214,238,232)
#DBEFEA
(219,239,234)
#E0F0EC
(224,240,236)
#E5F1EE
(229,241,238)
#EAF2F0
(234,242,240)
#EFF3F2
(239,243,242)
#F4F4F4
(244,244,244)
#F9F5F6
(249,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7EBE2; }

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

This text font color is #C7EBE2.

Background Color

.myBgColor { background-color: #C7EBE2; }

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

This div background color is #C7EBE2.

Border color

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

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

This div border color is #C7EBE2.

Opacity

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

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

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

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

This text has shadow with #C7EBE2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C7EBE2.

Preview

Color preview on black background

This text has color #C7EBE2 on black background.


Color preview on white background

This text has color #C7EBE2 on white background.


Black color preview on #C7EBE2 background

This text has black color on #C7EBE2 background.


White color preview on #C7EBE2 background

This text has white color on #C7EBE2 background.


Related colors

Complementary color

Complementary color for #hex is #38141D.


I love getcolorcode.com

Triadic colors

1 #E2C7EB and #EBE2C7 with #C7EBE2 are triadic colors.

2 #E2EBC7 and #EBC7E2 with #C7EBE2 are triadic colors.