COLOR #C49ABE

HEX: #C49ABE
RGB: (196,154,190)

Renk bilgisi

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

RGB renk modeli

#C49ABE color RGB value is (196,154,190).

  • kırmız ton 196;
  • yeşil ton 154;
  • mavi ton 190.
RGB:
(196,154,190)
(77%,60%,75%)

RGB bağlantıları ve doygunluk

R 196 of 255 = 77%
G 154 of 255 = 60%
B 190 of 255 = 75%

196
154
190

R + G + B ~ 71%. #C49ABE is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
196 + 154 + 190 = 540 (100%)
R 196 of 540 ~ 36.3%
G 154 of 540 ~ 28.52%
B 190 of 540 ~ 35.19%

%36.3
%28.52
%35.19

CMYK RENK MODELİ

#C49ABE rengi CMYK tonu (0,21,3,23).

  • camgöbeği tonu 0.00%
  • eflatun tonu 21.43%
  • sarı tonu 3.06%
  • ana renk tonu 23.14%
CMYK:
(0,21,3,23)
C0M21Y3K23 
(0%,21%,3%,23%)
(0.00/0.21/0.03/0.23)	

CMYK yüzdeleri

%0
%21.43
%3.06
%23.14

Codes

Color #C49ABE in popluar color models

C49ABE
RGB196154190
HSL309°26.25%68.63%
HSB/HSV309°21.43%76.86%
CMYK0.00%21.43%3.06%
23.14%

Color #C49ABE in popluar number systems.

HEXC49ABE
Decimal196154190
Binary110001001001101010111110
Octal304232276

Shades and tints

Shades of #C49ABE

#C49ABE
(196,154,190)
#B38CAD
(179,140,173)
#A27E9C
(162,126,156)
#91708B
(145,112,139)
#80627A
(128,98,122)
#6F5469
(111,84,105)
#5E4658
(94,70,88)
#4D3847
(77,56,71)
#3C2A36
(60,42,54)
#2B1C25
(43,28,37)
#1A0E14
(26,14,20)
#000000
(0,0,0)

Tints of #C49ABE

#C49ABE
(196,154,190)
#C9A3C3
(201,163,195)
#CEACC8
(206,172,200)
#D3B5CD
(211,181,205)
#D8BED2
(216,190,210)
#DDC7D7
(221,199,215)
#E2D0DC
(226,208,220)
#E7D9E1
(231,217,225)
#ECE2E6
(236,226,230)
#F1EBEB
(241,235,235)
#F6F4F0
(246,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C49ABE color. Also use rgb(196,154,190) instead hex code.

Text Font Color

.myTextColor { color: #C49ABE; }

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

This text font color is #C49ABE.


Background Color

.myBgColor { background-color: #C49ABE; }

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

This div background color is #C49ABE.


Border color

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

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

This div border color is #C49ABE.


Opacity

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

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

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

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

This text has shadow with #C49ABE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C49ABE on black background.


Color preview on white background

This text has color #C49ABE on white background.



Black color preview on #C49ABE background

This text has black color on #C49ABE background.


White color preview on #C49ABE background

This text has white color on #C49ABE background.