COLOR #C7E9FA

HEX: #C7E9FA
RGB: (199,233,250)

Renk bilgisi

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

RGB renk modeli

#C7E9FA color RGB value is (199,233,250).

  • kırmız ton 199;
  • yeşil ton 233;
  • mavi ton 250.
RGB:
(199,233,250)
(78%,91%,98%)

RGB bağlantıları ve doygunluk

R 199 of 255 = 78%
G 233 of 255 = 91%
B 250 of 255 = 98%

199
233
250

R + G + B ~ 89%. #C7E9FA is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
199 + 233 + 250 = 682 (100%)
R 199 of 682 ~ 29.18%
G 233 of 682 ~ 34.16%
B 250 of 682 ~ 36.66%

%29.18
%34.16
%36.66

CMYK RENK MODELİ

#C7E9FA rengi CMYK tonu (20,7,0,2).

  • camgöbeği tonu 20.40%
  • eflatun tonu 6.80%
  • sarı tonu 0.00%
  • ana renk tonu 1.96%
CMYK:
(20,7,0,2)
C20M7Y0K2 
(20%,7%,0%,2%)
(0.20/0.07/0.00/0.02)	

CMYK yüzdeleri

%20.4
%6.8
%0
%1.96

Codes

Color #C7E9FA in popluar color models

C7E9FA
RGB199233250
HSL200°83.61%88.04%
HSB/HSV200°20.40%98.04%
CMYK20.40%6.80%0.00%
1.96%

Color #C7E9FA in popluar number systems.

HEXC7E9FA
Decimal199233250
Binary110001111110100111111010
Octal307351372

Shades and tints

Shades of #C7E9FA

#C7E9FA
(199,233,250)
#B5D4E4
(181,212,228)
#A3BFCE
(163,191,206)
#91AAB8
(145,170,184)
#7F95A2
(127,149,162)
#6D808C
(109,128,140)
#5B6B76
(91,107,118)
#495660
(73,86,96)
#37414A
(55,65,74)
#252C34
(37,44,52)
#13171E
(19,23,30)
#000000
(0,0,0)

Tints of #C7E9FA

#C7E9FA
(199,233,250)
#CCEBFA
(204,235,250)
#D1EDFA
(209,237,250)
#D6EFFA
(214,239,250)
#DBF1FA
(219,241,250)
#E0F3FA
(224,243,250)
#E5F5FA
(229,245,250)
#EAF7FA
(234,247,250)
#EFF9FA
(239,249,250)
#F4FBFA
(244,251,250)
#F9FDFA
(249,253,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C7E9FA color. Also use rgb(199,233,250) instead hex code.

Text Font Color

.myTextColor { color: #C7E9FA; }

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

This text font color is #C7E9FA.


Background Color

.myBgColor { background-color: #C7E9FA; }

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

This div background color is #C7E9FA.


Border color

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

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

This div border color is #C7E9FA.


Opacity

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

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

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

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

This text has shadow with #C7E9FA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7E9FA on black background.


Color preview on white background

This text has color #C7E9FA on white background.



Black color preview on #C7E9FA background

This text has black color on #C7E9FA background.


White color preview on #C7E9FA background

This text has white color on #C7E9FA background.