COLOR #C5C2E8

HEX: #C5C2E8
RGB: (197,194,232)

Renk bilgisi

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

RGB renk modeli

#C5C2E8 color RGB value is (197,194,232).

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

RGB bağlantıları ve doygunluk

R 197 of 255 = 77%
G 194 of 255 = 76%
B 232 of 255 = 91%

197
194
232

R + G + B ~ 81%. #C5C2E8 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
197 + 194 + 232 = 623 (100%)
R 197 of 623 ~ 31.62%
G 194 of 623 ~ 31.14%
B 232 of 623 ~ 37.24%

%31.62
%31.14
%37.24

CMYK RENK MODELİ

#C5C2E8 rengi CMYK tonu (15,16,0,9).

  • camgöbeği tonu 15.09%
  • eflatun tonu 16.38%
  • sarı tonu 0.00%
  • ana renk tonu 9.02%
CMYK:
(15,16,0,9)
C15M16Y0K9 
(15%,16%,0%,9%)
(0.15/0.16/0.00/0.09)	

CMYK yüzdeleri

%15.09
%16.38
%0
%9.02

Codes

Color #C5C2E8 in popluar color models

C5C2E8
RGB197194232
HSL245°45.24%83.53%
HSB/HSV245°16.38%90.98%
CMYK15.09%16.38%0.00%
9.02%

Color #C5C2E8 in popluar number systems.

HEXC5C2E8
Decimal197194232
Binary110001011100001011101000
Octal305302350

Shades and tints

Shades of #C5C2E8

#C5C2E8
(197,194,232)
#B4B1D3
(180,177,211)
#A3A0BE
(163,160,190)
#928FA9
(146,143,169)
#817E94
(129,126,148)
#706D7F
(112,109,127)
#5F5C6A
(95,92,106)
#4E4B55
(78,75,85)
#3D3A40
(61,58,64)
#2C292B
(44,41,43)
#1B1816
(27,24,22)
#000000
(0,0,0)

Tints of #C5C2E8

#C5C2E8
(197,194,232)
#CAC7EA
(202,199,234)
#CFCCEC
(207,204,236)
#D4D1EE
(212,209,238)
#D9D6F0
(217,214,240)
#DEDBF2
(222,219,242)
#E3E0F4
(227,224,244)
#E8E5F6
(232,229,246)
#EDEAF8
(237,234,248)
#F2EFFA
(242,239,250)
#F7F4FC
(247,244,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5C2E8; }

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

This text font color is #C5C2E8.


Background Color

.myBgColor { background-color: #C5C2E8; }

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

This div background color is #C5C2E8.


Border color

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

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

This div border color is #C5C2E8.


Opacity

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

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

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

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

This text has shadow with #C5C2E8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5C2E8 on black background.


Color preview on white background

This text has color #C5C2E8 on white background.



Black color preview on #C5C2E8 background

This text has black color on #C5C2E8 background.


White color preview on #C5C2E8 background

This text has white color on #C5C2E8 background.