COLOR #C7EEFD

HEX: #C7EEFD
RGB: (199,238,253)

Renk bilgisi

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

RGB renk modeli

#C7EEFD color RGB value is (199,238,253).

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

RGB bağlantıları ve doygunluk

R 199 of 255 = 78%
G 238 of 255 = 93%
B 253 of 255 = 99%

199
238
253

R + G + B ~ 90%. #C7EEFD is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
199 + 238 + 253 = 690 (100%)
R 199 of 690 ~ 28.84%
G 238 of 690 ~ 34.49%
B 253 of 690 ~ 36.67%

%28.84
%34.49
%36.67

CMYK RENK MODELİ

#C7EEFD rengi CMYK tonu (21,6,0,1).

  • camgöbeği tonu 21.34%
  • eflatun tonu 5.93%
  • sarı tonu 0.00%
  • ana renk tonu 0.78%
CMYK:
(21,6,0,1)
C21M6Y0K1 
(21%,6%,0%,1%)
(0.21/0.06/0.00/0.01)	

CMYK yüzdeleri

%21.34
%5.93
%0
%0.78

Codes

Color #C7EEFD in popluar color models

C7EEFD
RGB199238253
HSL197°93.10%88.63%
HSB/HSV197°21.34%99.22%
CMYK21.34%5.93%0.00%
0.78%

Color #C7EEFD in popluar number systems.

HEXC7EEFD
Decimal199238253
Binary110001111110111011111101
Octal307356375

Shades and tints

Shades of #C7EEFD

#C7EEFD
(199,238,253)
#B5D9E6
(181,217,230)
#A3C4CF
(163,196,207)
#91AFB8
(145,175,184)
#7F9AA1
(127,154,161)
#6D858A
(109,133,138)
#5B7073
(91,112,115)
#495B5C
(73,91,92)
#374645
(55,70,69)
#25312E
(37,49,46)
#131C17
(19,28,23)
#000000
(0,0,0)

Tints of #C7EEFD

#C7EEFD
(199,238,253)
#CCEFFD
(204,239,253)
#D1F0FD
(209,240,253)
#D6F1FD
(214,241,253)
#DBF2FD
(219,242,253)
#E0F3FD
(224,243,253)
#E5F4FD
(229,244,253)
#EAF5FD
(234,245,253)
#EFF6FD
(239,246,253)
#F4F7FD
(244,247,253)
#F9F8FD
(249,248,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7EEFD; }

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

This text font color is #C7EEFD.


Background Color

.myBgColor { background-color: #C7EEFD; }

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

This div background color is #C7EEFD.


Border color

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

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

This div border color is #C7EEFD.


Opacity

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

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

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

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

This text has shadow with #C7EEFD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7EEFD on black background.


Color preview on white background

This text has color #C7EEFD on white background.



Black color preview on #C7EEFD background

This text has black color on #C7EEFD background.


White color preview on #C7EEFD background

This text has white color on #C7EEFD background.