COLOR #C5A8D4

HEX: #C5A8D4
RGB: (197,168,212)

Renk bilgisi

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

RGB renk modeli

#C5A8D4 color RGB value is (197,168,212).

  • kırmız ton 197;
  • yeşil ton 168;
  • mavi ton 212.
RGB:
(197,168,212)
(77%,66%,83%)

RGB bağlantıları ve doygunluk

R 197 of 255 = 77%
G 168 of 255 = 66%
B 212 of 255 = 83%

197
168
212

R + G + B ~ 75%. #C5A8D4 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
197 + 168 + 212 = 577 (100%)
R 197 of 577 ~ 34.14%
G 168 of 577 ~ 29.12%
B 212 of 577 ~ 36.74%

%34.14
%29.12
%36.74

CMYK RENK MODELİ

#C5A8D4 rengi CMYK tonu (7,21,0,17).

  • camgöbeği tonu 7.08%
  • eflatun tonu 20.75%
  • sarı tonu 0.00%
  • ana renk tonu 16.86%
CMYK:
(7,21,0,17)
C7M21Y0K17 
(7%,21%,0%,17%)
(0.07/0.21/0.00/0.17)	

CMYK yüzdeleri

%7.08
%20.75
%0
%16.86

Codes

Color #C5A8D4 in popluar color models

C5A8D4
RGB197168212
HSL280°33.85%74.51%
HSB/HSV280°20.75%83.14%
CMYK7.08%20.75%0.00%
16.86%

Color #C5A8D4 in popluar number systems.

HEXC5A8D4
Decimal197168212
Binary110001011010100011010100
Octal305250324

Shades and tints

Shades of #C5A8D4

#C5A8D4
(197,168,212)
#B499C1
(180,153,193)
#A38AAE
(163,138,174)
#927B9B
(146,123,155)
#816C88
(129,108,136)
#705D75
(112,93,117)
#5F4E62
(95,78,98)
#4E3F4F
(78,63,79)
#3D303C
(61,48,60)
#2C2129
(44,33,41)
#1B1216
(27,18,22)
#000000
(0,0,0)

Tints of #C5A8D4

#C5A8D4
(197,168,212)
#CAAFD7
(202,175,215)
#CFB6DA
(207,182,218)
#D4BDDD
(212,189,221)
#D9C4E0
(217,196,224)
#DECBE3
(222,203,227)
#E3D2E6
(227,210,230)
#E8D9E9
(232,217,233)
#EDE0EC
(237,224,236)
#F2E7EF
(242,231,239)
#F7EEF2
(247,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5A8D4 color. Also use rgb(197,168,212) instead hex code.

Text Font Color

.myTextColor { color: #C5A8D4; }

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

This text font color is #C5A8D4.


Background Color

.myBgColor { background-color: #C5A8D4; }

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

This div background color is #C5A8D4.


Border color

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

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

This div border color is #C5A8D4.


Opacity

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

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

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

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

This text has shadow with #C5A8D4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5A8D4 on black background.


Color preview on white background

This text has color #C5A8D4 on white background.



Black color preview on #C5A8D4 background

This text has black color on #C5A8D4 background.


White color preview on #C5A8D4 background

This text has white color on #C5A8D4 background.