COLOR #C5D0ED

HEX: #C5D0ED
RGB: (197,208,237)

Renk bilgisi

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

RGB renk modeli

#C5D0ED color RGB value is (197,208,237).

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

RGB bağlantıları ve doygunluk

R 197 of 255 = 77%
G 208 of 255 = 82%
B 237 of 255 = 93%

197
208
237

R + G + B ~ 84%. #C5D0ED is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
197 + 208 + 237 = 642 (100%)
R 197 of 642 ~ 30.69%
G 208 of 642 ~ 32.4%
B 237 of 642 ~ 36.92%

%30.69
%32.4
%36.92

CMYK RENK MODELİ

#C5D0ED rengi CMYK tonu (17,12,0,7).

  • camgöbeği tonu 16.88%
  • eflatun tonu 12.24%
  • sarı tonu 0.00%
  • ana renk tonu 7.06%
CMYK:
(17,12,0,7)
C17M12Y0K7 
(17%,12%,0%,7%)
(0.17/0.12/0.00/0.07)	

CMYK yüzdeleri

%16.88
%12.24
%0
%7.06

Codes

Color #C5D0ED in popluar color models

C5D0ED
RGB197208237
HSL224°52.63%85.10%
HSB/HSV224°16.88%92.94%
CMYK16.88%12.24%0.00%
7.06%

Color #C5D0ED in popluar number systems.

HEXC5D0ED
Decimal197208237
Binary110001011101000011101101
Octal305320355

Shades and tints

Shades of #C5D0ED

#C5D0ED
(197,208,237)
#B4BED8
(180,190,216)
#A3ACC3
(163,172,195)
#929AAE
(146,154,174)
#818899
(129,136,153)
#707684
(112,118,132)
#5F646F
(95,100,111)
#4E525A
(78,82,90)
#3D4045
(61,64,69)
#2C2E30
(44,46,48)
#1B1C1B
(27,28,27)
#000000
(0,0,0)

Tints of #C5D0ED

#C5D0ED
(197,208,237)
#CAD4EE
(202,212,238)
#CFD8EF
(207,216,239)
#D4DCF0
(212,220,240)
#D9E0F1
(217,224,241)
#DEE4F2
(222,228,242)
#E3E8F3
(227,232,243)
#E8ECF4
(232,236,244)
#EDF0F5
(237,240,245)
#F2F4F6
(242,244,246)
#F7F8F7
(247,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5D0ED; }

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

This text font color is #C5D0ED.


Background Color

.myBgColor { background-color: #C5D0ED; }

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

This div background color is #C5D0ED.


Border color

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

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

This div border color is #C5D0ED.


Opacity

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

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

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

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

This text has shadow with #C5D0ED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5D0ED on black background.


Color preview on white background

This text has color #C5D0ED on white background.



Black color preview on #C5D0ED background

This text has black color on #C5D0ED background.


White color preview on #C5D0ED background

This text has white color on #C5D0ED background.