COLOR #C5EDEE

HEX: #C5EDEE
RGB: (197,237,238)

Renk bilgisi

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

RGB renk modeli

#C5EDEE color RGB value is (197,237,238).

  • kırmız ton 197;
  • yeşil ton 237;
  • mavi ton 238.
RGB:
(197,237,238)
(77%,93%,93%)

RGB bağlantıları ve doygunluk

R 197 of 255 = 77%
G 237 of 255 = 93%
B 238 of 255 = 93%

197
237
238

R + G + B ~ 88%. #C5EDEE is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
197 + 237 + 238 = 672 (100%)
R 197 of 672 ~ 29.32%
G 237 of 672 ~ 35.27%
B 238 of 672 ~ 35.42%

%29.32
%35.27
%35.42

CMYK RENK MODELİ

#C5EDEE rengi CMYK tonu (17,0,0,7).

  • camgöbeği tonu 17.23%
  • eflatun tonu 0.42%
  • sarı tonu 0.00%
  • ana renk tonu 6.67%
CMYK:
(17,0,0,7)
C17M0Y0K7 
(17%,0%,0%,7%)
(0.17/0.00/0.00/0.07)	

CMYK yüzdeleri

%17.23
%0.42
%0
%6.67

Codes

Color #C5EDEE in popluar color models

C5EDEE
RGB197237238
HSL181°54.67%85.29%
HSB/HSV181°17.23%93.33%
CMYK17.23%0.42%0.00%
6.67%

Color #C5EDEE in popluar number systems.

HEXC5EDEE
Decimal197237238
Binary110001011110110111101110
Octal305355356

Shades and tints

Shades of #C5EDEE

#C5EDEE
(197,237,238)
#B4D8D9
(180,216,217)
#A3C3C4
(163,195,196)
#92AEAF
(146,174,175)
#81999A
(129,153,154)
#708485
(112,132,133)
#5F6F70
(95,111,112)
#4E5A5B
(78,90,91)
#3D4546
(61,69,70)
#2C3031
(44,48,49)
#1B1B1C
(27,27,28)
#000000
(0,0,0)

Tints of #C5EDEE

#C5EDEE
(197,237,238)
#CAEEEF
(202,238,239)
#CFEFF0
(207,239,240)
#D4F0F1
(212,240,241)
#D9F1F2
(217,241,242)
#DEF2F3
(222,242,243)
#E3F3F4
(227,243,244)
#E8F4F5
(232,244,245)
#EDF5F6
(237,245,246)
#F2F6F7
(242,246,247)
#F7F7F8
(247,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5EDEE color. Also use rgb(197,237,238) instead hex code.

Text Font Color

.myTextColor { color: #C5EDEE; }

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

This text font color is #C5EDEE.


Background Color

.myBgColor { background-color: #C5EDEE; }

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

This div background color is #C5EDEE.


Border color

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

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

This div border color is #C5EDEE.


Opacity

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

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

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

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

This text has shadow with #C5EDEE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5EDEE on black background.


Color preview on white background

This text has color #C5EDEE on white background.



Black color preview on #C5EDEE background

This text has black color on #C5EDEE background.


White color preview on #C5EDEE background

This text has white color on #C5EDEE background.