COLOR #C5CAE8

HEX: #C5CAE8
RGB: (197,202,232)

Renk bilgisi

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

RGB renk modeli

#C5CAE8 color RGB value is (197,202,232).

  • kırmız ton 197;
  • yeşil ton 202;
  • mavi ton 232.
RGB:
(197,202,232)
(77%,79%,91%)

RGB bağlantıları ve doygunluk

R 197 of 255 = 77%
G 202 of 255 = 79%
B 232 of 255 = 91%

197
202
232

R + G + B ~ 82%. #C5CAE8 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
197 + 202 + 232 = 631 (100%)
R 197 of 631 ~ 31.22%
G 202 of 631 ~ 32.01%
B 232 of 631 ~ 36.77%

%31.22
%32.01
%36.77

CMYK RENK MODELİ

#C5CAE8 rengi CMYK tonu (15,13,0,9).

  • camgöbeği tonu 15.09%
  • eflatun tonu 12.93%
  • sarı tonu 0.00%
  • ana renk tonu 9.02%
CMYK:
(15,13,0,9)
C15M13Y0K9 
(15%,13%,0%,9%)
(0.15/0.13/0.00/0.09)	

CMYK yüzdeleri

%15.09
%12.93
%0
%9.02

Codes

Color #C5CAE8 in popluar color models

C5CAE8
RGB197202232
HSL231°43.21%84.12%
HSB/HSV231°15.09%90.98%
CMYK15.09%12.93%0.00%
9.02%

Color #C5CAE8 in popluar number systems.

HEXC5CAE8
Decimal197202232
Binary110001011100101011101000
Octal305312350

Shades and tints

Shades of #C5CAE8

#C5CAE8
(197,202,232)
#B4B8D3
(180,184,211)
#A3A6BE
(163,166,190)
#9294A9
(146,148,169)
#818294
(129,130,148)
#70707F
(112,112,127)
#5F5E6A
(95,94,106)
#4E4C55
(78,76,85)
#3D3A40
(61,58,64)
#2C282B
(44,40,43)
#1B1616
(27,22,22)
#000000
(0,0,0)

Tints of #C5CAE8

#C5CAE8
(197,202,232)
#CACEEA
(202,206,234)
#CFD2EC
(207,210,236)
#D4D6EE
(212,214,238)
#D9DAF0
(217,218,240)
#DEDEF2
(222,222,242)
#E3E2F4
(227,226,244)
#E8E6F6
(232,230,246)
#EDEAF8
(237,234,248)
#F2EEFA
(242,238,250)
#F7F2FC
(247,242,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5CAE8 color. Also use rgb(197,202,232) instead hex code.

Text Font Color

.myTextColor { color: #C5CAE8; }

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

This text font color is #C5CAE8.


Background Color

.myBgColor { background-color: #C5CAE8; }

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

This div background color is #C5CAE8.


Border color

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

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

This div border color is #C5CAE8.


Opacity

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

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

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

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

This text has shadow with #C5CAE8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5CAE8 on black background.


Color preview on white background

This text has color #C5CAE8 on white background.



Black color preview on #C5CAE8 background

This text has black color on #C5CAE8 background.


White color preview on #C5CAE8 background

This text has white color on #C5CAE8 background.