COLOR #C5A4BD

HEX: #C5A4BD
RGB: (197,164,189)

Renk bilgisi

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

RGB renk modeli

#C5A4BD color RGB value is (197,164,189).

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

RGB bağlantıları ve doygunluk

R 197 of 255 = 77%
G 164 of 255 = 64%
B 189 of 255 = 74%

197
164
189

R + G + B ~ 72%. #C5A4BD is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
197 + 164 + 189 = 550 (100%)
R 197 of 550 ~ 35.82%
G 164 of 550 ~ 29.82%
B 189 of 550 ~ 34.36%

%35.82
%29.82
%34.36

CMYK RENK MODELİ

#C5A4BD rengi CMYK tonu (0,17,4,23).

  • camgöbeği tonu 0.00%
  • eflatun tonu 16.75%
  • sarı tonu 4.06%
  • ana renk tonu 22.75%
CMYK:
(0,17,4,23)
C0M17Y4K23 
(0%,17%,4%,23%)
(0.00/0.17/0.04/0.23)	

CMYK yüzdeleri

%0
%16.75
%4.06
%22.75

Codes

Color #C5A4BD in popluar color models

C5A4BD
RGB197164189
HSL315°22.15%70.78%
HSB/HSV315°16.75%77.25%
CMYK0.00%16.75%4.06%
22.75%

Color #C5A4BD in popluar number systems.

HEXC5A4BD
Decimal197164189
Binary110001011010010010111101
Octal305244275

Shades and tints

Shades of #C5A4BD

#C5A4BD
(197,164,189)
#B496AC
(180,150,172)
#A3889B
(163,136,155)
#927A8A
(146,122,138)
#816C79
(129,108,121)
#705E68
(112,94,104)
#5F5057
(95,80,87)
#4E4246
(78,66,70)
#3D3435
(61,52,53)
#2C2624
(44,38,36)
#1B1813
(27,24,19)
#000000
(0,0,0)

Tints of #C5A4BD

#C5A4BD
(197,164,189)
#CAACC3
(202,172,195)
#CFB4C9
(207,180,201)
#D4BCCF
(212,188,207)
#D9C4D5
(217,196,213)
#DECCDB
(222,204,219)
#E3D4E1
(227,212,225)
#E8DCE7
(232,220,231)
#EDE4ED
(237,228,237)
#F2ECF3
(242,236,243)
#F7F4F9
(247,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5A4BD; }

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

This text font color is #C5A4BD.


Background Color

.myBgColor { background-color: #C5A4BD; }

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

This div background color is #C5A4BD.


Border color

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

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

This div border color is #C5A4BD.


Opacity

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

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

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

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

This text has shadow with #C5A4BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5A4BD on black background.


Color preview on white background

This text has color #C5A4BD on white background.



Black color preview on #C5A4BD background

This text has black color on #C5A4BD background.


White color preview on #C5A4BD background

This text has white color on #C5A4BD background.