COLOR #C49AD9

HEX: #C49AD9
RGB: (196,154,217)

Renk bilgisi

#C49AD9 contains mainly red and blue colors. #C49AD9 ‘ nin web güvenlik rengi #CC99CC (ya da #C9C) dir.

RGB renk modeli

#C49AD9 color RGB value is (196,154,217).

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

RGB bağlantıları ve doygunluk

R 196 of 255 = 77%
G 154 of 255 = 60%
B 217 of 255 = 85%

196
154
217

R + G + B ~ 74%. #C49AD9 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
196 + 154 + 217 = 567 (100%)
R 196 of 567 ~ 34.57%
G 154 of 567 ~ 27.16%
B 217 of 567 ~ 38.27%

%34.57
%27.16
%38.27

CMYK RENK MODELİ

#C49AD9 rengi CMYK tonu (10,29,0,15).

  • camgöbeği tonu 9.68%
  • eflatun tonu 29.03%
  • sarı tonu 0.00%
  • ana renk tonu 14.90%
CMYK:
(10,29,0,15)
C10M29Y0K15 
(10%,29%,0%,15%)
(0.10/0.29/0.00/0.15)	

CMYK yüzdeleri

%9.68
%29.03
%0
%14.9

Codes

Color #C49AD9 in popluar color models

C49AD9
RGB196154217
HSL280°45.32%72.75%
HSB/HSV280°29.03%85.10%
CMYK9.68%29.03%0.00%
14.90%

Color #C49AD9 in popluar number systems.

HEXC49AD9
Decimal196154217
Binary110001001001101011011001
Octal304232331

Shades and tints

Shades of #C49AD9

#C49AD9
(196,154,217)
#B38CC6
(179,140,198)
#A27EB3
(162,126,179)
#9170A0
(145,112,160)
#80628D
(128,98,141)
#6F547A
(111,84,122)
#5E4667
(94,70,103)
#4D3854
(77,56,84)
#3C2A41
(60,42,65)
#2B1C2E
(43,28,46)
#1A0E1B
(26,14,27)
#000000
(0,0,0)

Tints of #C49AD9

#C49AD9
(196,154,217)
#C9A3DC
(201,163,220)
#CEACDF
(206,172,223)
#D3B5E2
(211,181,226)
#D8BEE5
(216,190,229)
#DDC7E8
(221,199,232)
#E2D0EB
(226,208,235)
#E7D9EE
(231,217,238)
#ECE2F1
(236,226,241)
#F1EBF4
(241,235,244)
#F6F4F7
(246,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C49AD9; }

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

This text font color is #C49AD9.


Background Color

.myBgColor { background-color: #C49AD9; }

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

This div background color is #C49AD9.


Border color

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

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

This div border color is #C49AD9.


Opacity

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

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

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

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

This text has shadow with #C49AD9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C49AD9 on black background.


Color preview on white background

This text has color #C49AD9 on white background.



Black color preview on #C49AD9 background

This text has black color on #C49AD9 background.


White color preview on #C49AD9 background

This text has white color on #C49AD9 background.