COLOR #C7E3EE

HEX: #C7E3EE
RGB: (199,227,238)

Renk bilgisi

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

RGB renk modeli

#C7E3EE color RGB value is (199,227,238).

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

RGB bağlantıları ve doygunluk

R 199 of 255 = 78%
G 227 of 255 = 89%
B 238 of 255 = 93%

199
227
238

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

Yüzdelerle RGB renk parçaları

R + G + B =
199 + 227 + 238 = 664 (100%)
R 199 of 664 ~ 29.97%
G 227 of 664 ~ 34.19%
B 238 of 664 ~ 35.84%

%29.97
%34.19
%35.84

CMYK RENK MODELİ

#C7E3EE rengi CMYK tonu (16,5,0,7).

  • camgöbeği tonu 16.39%
  • eflatun tonu 4.62%
  • sarı tonu 0.00%
  • ana renk tonu 6.67%
CMYK:
(16,5,0,7)
C16M5Y0K7 
(16%,5%,0%,7%)
(0.16/0.05/0.00/0.07)	

CMYK yüzdeleri

%16.39
%4.62
%0
%6.67

Codes

Color #C7E3EE in popluar color models

C7E3EE
RGB199227238
HSL197°53.42%85.69%
HSB/HSV197°16.39%93.33%
CMYK16.39%4.62%0.00%
6.67%

Color #C7E3EE in popluar number systems.

HEXC7E3EE
Decimal199227238
Binary110001111110001111101110
Octal307343356

Shades and tints

Shades of #C7E3EE

#C7E3EE
(199,227,238)
#B5CFD9
(181,207,217)
#A3BBC4
(163,187,196)
#91A7AF
(145,167,175)
#7F939A
(127,147,154)
#6D7F85
(109,127,133)
#5B6B70
(91,107,112)
#49575B
(73,87,91)
#374346
(55,67,70)
#252F31
(37,47,49)
#131B1C
(19,27,28)
#000000
(0,0,0)

Tints of #C7E3EE

#C7E3EE
(199,227,238)
#CCE5EF
(204,229,239)
#D1E7F0
(209,231,240)
#D6E9F1
(214,233,241)
#DBEBF2
(219,235,242)
#E0EDF3
(224,237,243)
#E5EFF4
(229,239,244)
#EAF1F5
(234,241,245)
#EFF3F6
(239,243,246)
#F4F5F7
(244,245,247)
#F9F7F8
(249,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7E3EE; }

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

This text font color is #C7E3EE.


Background Color

.myBgColor { background-color: #C7E3EE; }

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

This div background color is #C7E3EE.


Border color

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

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

This div border color is #C7E3EE.


Opacity

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

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

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

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

This text has shadow with #C7E3EE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7E3EE on black background.


Color preview on white background

This text has color #C7E3EE on white background.



Black color preview on #C7E3EE background

This text has black color on #C7E3EE background.


White color preview on #C7E3EE background

This text has white color on #C7E3EE background.