COLOR #C7EBE1

HEX: #C7EBE1 RGB: (199,235,225)

Color info

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

RGB color model

#C7EBE1 color RGB value is (199,235,225).

RGB: (199,235,225) (78%, 92%, 88%)

RGB channels and saturation

R 199 of 255 = 78%
G 235 of 255 = 92%
B 225 of 255 = 88%

199
235
225

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

Portions of RGB colors in percentages

R + G + B = 199 + 235 + 225 = 659 (100%)
R 199 of 659 ~ 30.2%
G 235 of 659 ~ 35.66%
B 225 of 659 ~ 34.14'%

%30.2
%35.66
%34.14

CMYK color model

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

  • cyan value is 15.32%
  • magenta value is 0.00%
  • yellow value is 4.26%
  • 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
%4.26
%7.84

Codes

Color #C7EBE1 in popluar color models

C7 EB E1
RGB 199 235 225
HSL 163° 47.37% 85.10%
HSB/HSV 163° 15.32% 92.16%
CMYK 15.32% 0.00% 4.26%
7.84%

Color #C7EBE1 in popluar number systems.

HEX C7 EB E1
Decimal 199 235 225
Binary 11000111 11101011 11100001
Octal 307 353 341

Shades and tints

Shades of #C7EBE1

#C7EBE1
(199,235,225)
#B5D6CD
(181,214,205)
#A3C1B9
(163,193,185)
#91ACA5
(145,172,165)
#7F9791
(127,151,145)
#6D827D
(109,130,125)
#5B6D69
(91,109,105)
#495855
(73,88,85)
#374341
(55,67,65)
#252E2D
(37,46,45)
#131919
(19,25,25)
#000000
(0,0,0)

Tints of #C7EBE1

#C7EBE1
(199,235,225)
#CCECE3
(204,236,227)
#D1EDE5
(209,237,229)
#D6EEE7
(214,238,231)
#DBEFE9
(219,239,233)
#E0F0EB
(224,240,235)
#E5F1ED
(229,241,237)
#EAF2EF
(234,242,239)
#EFF3F1
(239,243,241)
#F4F4F3
(244,244,243)
#F9F5F5
(249,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7EBE1; }

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

This text font color is #C7EBE1.

Background Color

.myBgColor { background-color: #C7EBE1; }

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

This div background color is #C7EBE1.

Border color

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

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

This div border color is #C7EBE1.

Opacity

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

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

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

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

This text has shadow with #C7EBE1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C7EBE1.

Preview

Color preview on black background

This text has color #C7EBE1 on black background.


Color preview on white background

This text has color #C7EBE1 on white background.


Black color preview on #C7EBE1 background

This text has black color on #C7EBE1 background.


White color preview on #C7EBE1 background

This text has white color on #C7EBE1 background.


Related colors

Complementary color

Complementary color for #C7EBE1 is #38141E.


I love getcolorcode.com

Triadic colors

1 #E1C7EB and #EBE1C7 with #C7EBE1 are triadic colors.

2 #E1EBC7 and #EBC7E1 with #C7EBE1 are triadic colors.