COLOR #C5C9EB

HEX: #C5C9EB
RGB: (197,201,235)

Renk bilgisi

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

RGB renk modeli

#C5C9EB color RGB value is (197,201,235).

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

RGB bağlantıları ve doygunluk

R 197 of 255 = 77%
G 201 of 255 = 79%
B 235 of 255 = 92%

197
201
235

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

Yüzdelerle RGB renk parçaları

R + G + B =
197 + 201 + 235 = 633 (100%)
R 197 of 633 ~ 31.12%
G 201 of 633 ~ 31.75%
B 235 of 633 ~ 37.12%

%31.12
%31.75
%37.12

CMYK RENK MODELİ

#C5C9EB rengi CMYK tonu (16,14,0,8).

  • camgöbeği tonu 16.17%
  • eflatun tonu 14.47%
  • sarı tonu 0.00%
  • ana renk tonu 7.84%
CMYK:
(16,14,0,8)
C16M14Y0K8 
(16%,14%,0%,8%)
(0.16/0.14/0.00/0.08)	

CMYK yüzdeleri

%16.17
%14.47
%0
%7.84

Codes

Color #C5C9EB in popluar color models

C5C9EB
RGB197201235
HSL234°48.72%84.71%
HSB/HSV234°16.17%92.16%
CMYK16.17%14.47%0.00%
7.84%

Color #C5C9EB in popluar number systems.

HEXC5C9EB
Decimal197201235
Binary110001011100100111101011
Octal305311353

Shades and tints

Shades of #C5C9EB

#C5C9EB
(197,201,235)
#B4B7D6
(180,183,214)
#A3A5C1
(163,165,193)
#9293AC
(146,147,172)
#818197
(129,129,151)
#706F82
(112,111,130)
#5F5D6D
(95,93,109)
#4E4B58
(78,75,88)
#3D3943
(61,57,67)
#2C272E
(44,39,46)
#1B1519
(27,21,25)
#000000
(0,0,0)

Tints of #C5C9EB

#C5C9EB
(197,201,235)
#CACDEC
(202,205,236)
#CFD1ED
(207,209,237)
#D4D5EE
(212,213,238)
#D9D9EF
(217,217,239)
#DEDDF0
(222,221,240)
#E3E1F1
(227,225,241)
#E8E5F2
(232,229,242)
#EDE9F3
(237,233,243)
#F2EDF4
(242,237,244)
#F7F1F5
(247,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5C9EB; }

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

This text font color is #C5C9EB.


Background Color

.myBgColor { background-color: #C5C9EB; }

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

This div background color is #C5C9EB.


Border color

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

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

This div border color is #C5C9EB.


Opacity

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

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

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

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

This text has shadow with #C5C9EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5C9EB on black background.


Color preview on white background

This text has color #C5C9EB on white background.



Black color preview on #C5C9EB background

This text has black color on #C5C9EB background.


White color preview on #C5C9EB background

This text has white color on #C5C9EB background.