COLOR #C5C9ED

HEX: #C5C9ED
RGB: (197,201,237)

Renk bilgisi

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

RGB renk modeli

#C5C9ED color RGB value is (197,201,237).

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

RGB bağlantıları ve doygunluk

R 197 of 255 = 77%
G 201 of 255 = 79%
B 237 of 255 = 93%

197
201
237

R + G + B ~ 83%. #C5C9ED is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
197 + 201 + 237 = 635 (100%)
R 197 of 635 ~ 31.02%
G 201 of 635 ~ 31.65%
B 237 of 635 ~ 37.32%

%31.02
%31.65
%37.32

CMYK RENK MODELİ

#C5C9ED rengi CMYK tonu (17,15,0,7).

  • camgöbeği tonu 16.88%
  • eflatun tonu 15.19%
  • sarı tonu 0.00%
  • ana renk tonu 7.06%
CMYK:
(17,15,0,7)
C17M15Y0K7 
(17%,15%,0%,7%)
(0.17/0.15/0.00/0.07)	

CMYK yüzdeleri

%16.88
%15.19
%0
%7.06

Codes

Color #C5C9ED in popluar color models

C5C9ED
RGB197201237
HSL234°52.63%85.10%
HSB/HSV234°16.88%92.94%
CMYK16.88%15.19%0.00%
7.06%

Color #C5C9ED in popluar number systems.

HEXC5C9ED
Decimal197201237
Binary110001011100100111101101
Octal305311355

Shades and tints

Shades of #C5C9ED

#C5C9ED
(197,201,237)
#B4B7D8
(180,183,216)
#A3A5C3
(163,165,195)
#9293AE
(146,147,174)
#818199
(129,129,153)
#706F84
(112,111,132)
#5F5D6F
(95,93,111)
#4E4B5A
(78,75,90)
#3D3945
(61,57,69)
#2C2730
(44,39,48)
#1B151B
(27,21,27)
#000000
(0,0,0)

Tints of #C5C9ED

#C5C9ED
(197,201,237)
#CACDEE
(202,205,238)
#CFD1EF
(207,209,239)
#D4D5F0
(212,213,240)
#D9D9F1
(217,217,241)
#DEDDF2
(222,221,242)
#E3E1F3
(227,225,243)
#E8E5F4
(232,229,244)
#EDE9F5
(237,233,245)
#F2EDF6
(242,237,246)
#F7F1F7
(247,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5C9ED; }

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

This text font color is #C5C9ED.


Background Color

.myBgColor { background-color: #C5C9ED; }

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

This div background color is #C5C9ED.


Border color

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

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

This div border color is #C5C9ED.


Opacity

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

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

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

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

This text has shadow with #C5C9ED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5C9ED on black background.


Color preview on white background

This text has color #C5C9ED on white background.



Black color preview on #C5C9ED background

This text has black color on #C5C9ED background.


White color preview on #C5C9ED background

This text has white color on #C5C9ED background.