COLOR #C5B5E0

HEX: #C5B5E0
RGB: (197,181,224)

Renk bilgisi

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

RGB renk modeli

#C5B5E0 color RGB value is (197,181,224).

  • kırmız ton 197;
  • yeşil ton 181;
  • mavi ton 224.
RGB:
(197,181,224)
(77%,71%,88%)

RGB bağlantıları ve doygunluk

R 197 of 255 = 77%
G 181 of 255 = 71%
B 224 of 255 = 88%

197
181
224

R + G + B ~ 79%. #C5B5E0 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
197 + 181 + 224 = 602 (100%)
R 197 of 602 ~ 32.72%
G 181 of 602 ~ 30.07%
B 224 of 602 ~ 37.21%

%32.72
%30.07
%37.21

CMYK RENK MODELİ

#C5B5E0 rengi CMYK tonu (12,19,0,12).

  • camgöbeği tonu 12.05%
  • eflatun tonu 19.20%
  • sarı tonu 0.00%
  • ana renk tonu 12.16%
CMYK:
(12,19,0,12)
C12M19Y0K12 
(12%,19%,0%,12%)
(0.12/0.19/0.00/0.12)	

CMYK yüzdeleri

%12.05
%19.2
%0
%12.16

Codes

Color #C5B5E0 in popluar color models

C5B5E0
RGB197181224
HSL262°40.95%79.41%
HSB/HSV262°19.20%87.84%
CMYK12.05%19.20%0.00%
12.16%

Color #C5B5E0 in popluar number systems.

HEXC5B5E0
Decimal197181224
Binary110001011011010111100000
Octal305265340

Shades and tints

Shades of #C5B5E0

#C5B5E0
(197,181,224)
#B4A5CC
(180,165,204)
#A395B8
(163,149,184)
#9285A4
(146,133,164)
#817590
(129,117,144)
#70657C
(112,101,124)
#5F5568
(95,85,104)
#4E4554
(78,69,84)
#3D3540
(61,53,64)
#2C252C
(44,37,44)
#1B1518
(27,21,24)
#000000
(0,0,0)

Tints of #C5B5E0

#C5B5E0
(197,181,224)
#CABBE2
(202,187,226)
#CFC1E4
(207,193,228)
#D4C7E6
(212,199,230)
#D9CDE8
(217,205,232)
#DED3EA
(222,211,234)
#E3D9EC
(227,217,236)
#E8DFEE
(232,223,238)
#EDE5F0
(237,229,240)
#F2EBF2
(242,235,242)
#F7F1F4
(247,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5B5E0 color. Also use rgb(197,181,224) instead hex code.

Text Font Color

.myTextColor { color: #C5B5E0; }

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

This text font color is #C5B5E0.


Background Color

.myBgColor { background-color: #C5B5E0; }

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

This div background color is #C5B5E0.


Border color

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

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

This div border color is #C5B5E0.


Opacity

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

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

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

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

This text has shadow with #C5B5E0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5B5E0 on black background.


Color preview on white background

This text has color #C5B5E0 on white background.



Black color preview on #C5B5E0 background

This text has black color on #C5B5E0 background.


White color preview on #C5B5E0 background

This text has white color on #C5B5E0 background.