COLOR #C5A4E8

HEX: #C5A4E8
RGB: (197,164,232)

Renk bilgisi

#C5A4E8 contains mainly red and blue colors. #C5A4E8 ‘ nin web güvenlik rengi #CC99FF (ya da #C9F) dir.

RGB renk modeli

#C5A4E8 color RGB value is (197,164,232).

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

RGB bağlantıları ve doygunluk

R 197 of 255 = 77%
G 164 of 255 = 64%
B 232 of 255 = 91%

197
164
232

R + G + B ~ 77%. #C5A4E8 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
197 + 164 + 232 = 593 (100%)
R 197 of 593 ~ 33.22%
G 164 of 593 ~ 27.66%
B 232 of 593 ~ 39.12%

%33.22
%27.66
%39.12

CMYK RENK MODELİ

#C5A4E8 rengi CMYK tonu (15,29,0,9).

  • camgöbeği tonu 15.09%
  • eflatun tonu 29.31%
  • sarı tonu 0.00%
  • ana renk tonu 9.02%
CMYK:
(15,29,0,9)
C15M29Y0K9 
(15%,29%,0%,9%)
(0.15/0.29/0.00/0.09)	

CMYK yüzdeleri

%15.09
%29.31
%0
%9.02

Codes

Color #C5A4E8 in popluar color models

C5A4E8
RGB197164232
HSL269°59.65%77.65%
HSB/HSV269°29.31%90.98%
CMYK15.09%29.31%0.00%
9.02%

Color #C5A4E8 in popluar number systems.

HEXC5A4E8
Decimal197164232
Binary110001011010010011101000
Octal305244350

Shades and tints

Shades of #C5A4E8

#C5A4E8
(197,164,232)
#B496D3
(180,150,211)
#A388BE
(163,136,190)
#927AA9
(146,122,169)
#816C94
(129,108,148)
#705E7F
(112,94,127)
#5F506A
(95,80,106)
#4E4255
(78,66,85)
#3D3440
(61,52,64)
#2C262B
(44,38,43)
#1B1816
(27,24,22)
#000000
(0,0,0)

Tints of #C5A4E8

#C5A4E8
(197,164,232)
#CAACEA
(202,172,234)
#CFB4EC
(207,180,236)
#D4BCEE
(212,188,238)
#D9C4F0
(217,196,240)
#DECCF2
(222,204,242)
#E3D4F4
(227,212,244)
#E8DCF6
(232,220,246)
#EDE4F8
(237,228,248)
#F2ECFA
(242,236,250)
#F7F4FC
(247,244,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5A4E8; }

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

This text font color is #C5A4E8.


Background Color

.myBgColor { background-color: #C5A4E8; }

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

This div background color is #C5A4E8.


Border color

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

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

This div border color is #C5A4E8.


Opacity

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

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

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

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

This text has shadow with #C5A4E8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5A4E8 on black background.


Color preview on white background

This text has color #C5A4E8 on white background.



Black color preview on #C5A4E8 background

This text has black color on #C5A4E8 background.


White color preview on #C5A4E8 background

This text has white color on #C5A4E8 background.