COLOR #C7E8EE

HEX: #C7E8EE
RGB: (199,232,238)

Renk bilgisi

#C7E8EE contains red, green and blue colors in about the same proportion. #C7E8EE ‘ nin web güvenlik rengi #CCFFFF (ya da #CFF) dir.

RGB renk modeli

#C7E8EE color RGB value is (199,232,238).

  • kırmız ton 199;
  • yeşil ton 232;
  • mavi ton 238.
RGB:
(199,232,238)
(78%,91%,93%)

RGB bağlantıları ve doygunluk

R 199 of 255 = 78%
G 232 of 255 = 91%
B 238 of 255 = 93%

199
232
238

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

Yüzdelerle RGB renk parçaları

R + G + B =
199 + 232 + 238 = 669 (100%)
R 199 of 669 ~ 29.75%
G 232 of 669 ~ 34.68%
B 238 of 669 ~ 35.58%

%29.75
%34.68
%35.58

CMYK RENK MODELİ

#C7E8EE rengi CMYK tonu (16,3,0,7).

  • camgöbeği tonu 16.39%
  • eflatun tonu 2.52%
  • sarı tonu 0.00%
  • ana renk tonu 6.67%
CMYK:
(16,3,0,7)
C16M3Y0K7 
(16%,3%,0%,7%)
(0.16/0.03/0.00/0.07)	

CMYK yüzdeleri

%16.39
%2.52
%0
%6.67

Codes

Color #C7E8EE in popluar color models

C7E8EE
RGB199232238
HSL189°53.42%85.69%
HSB/HSV189°16.39%93.33%
CMYK16.39%2.52%0.00%
6.67%

Color #C7E8EE in popluar number systems.

HEXC7E8EE
Decimal199232238
Binary110001111110100011101110
Octal307350356

Shades and tints

Shades of #C7E8EE

#C7E8EE
(199,232,238)
#B5D3D9
(181,211,217)
#A3BEC4
(163,190,196)
#91A9AF
(145,169,175)
#7F949A
(127,148,154)
#6D7F85
(109,127,133)
#5B6A70
(91,106,112)
#49555B
(73,85,91)
#374046
(55,64,70)
#252B31
(37,43,49)
#13161C
(19,22,28)
#000000
(0,0,0)

Tints of #C7E8EE

#C7E8EE
(199,232,238)
#CCEAEF
(204,234,239)
#D1ECF0
(209,236,240)
#D6EEF1
(214,238,241)
#DBF0F2
(219,240,242)
#E0F2F3
(224,242,243)
#E5F4F4
(229,244,244)
#EAF6F5
(234,246,245)
#EFF8F6
(239,248,246)
#F4FAF7
(244,250,247)
#F9FCF8
(249,252,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C7E8EE color. Also use rgb(199,232,238) instead hex code.

Text Font Color

.myTextColor { color: #C7E8EE; }

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

This text font color is #C7E8EE.


Background Color

.myBgColor { background-color: #C7E8EE; }

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

This div background color is #C7E8EE.


Border color

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

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

This div border color is #C7E8EE.


Opacity

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

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

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

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

This text has shadow with #C7E8EE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7E8EE on black background.


Color preview on white background

This text has color #C7E8EE on white background.



Black color preview on #C7E8EE background

This text has black color on #C7E8EE background.


White color preview on #C7E8EE background

This text has white color on #C7E8EE background.