COLOR #C49BD7

HEX: #C49BD7
RGB: (196,155,215)

Renk bilgisi

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

RGB renk modeli

#C49BD7 color RGB value is (196,155,215).

  • kırmız ton 196;
  • yeşil ton 155;
  • mavi ton 215.
RGB:
(196,155,215)
(77%,61%,84%)

RGB bağlantıları ve doygunluk

R 196 of 255 = 77%
G 155 of 255 = 61%
B 215 of 255 = 84%

196
155
215

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

Yüzdelerle RGB renk parçaları

R + G + B =
196 + 155 + 215 = 566 (100%)
R 196 of 566 ~ 34.63%
G 155 of 566 ~ 27.39%
B 215 of 566 ~ 37.99%

%34.63
%27.39
%37.99

CMYK RENK MODELİ

#C49BD7 rengi CMYK tonu (9,28,0,16).

  • camgöbeği tonu 8.84%
  • eflatun tonu 27.91%
  • sarı tonu 0.00%
  • ana renk tonu 15.69%
CMYK:
(9,28,0,16)
C9M28Y0K16 
(9%,28%,0%,16%)
(0.09/0.28/0.00/0.16)	

CMYK yüzdeleri

%8.84
%27.91
%0
%15.69

Codes

Color #C49BD7 in popluar color models

C49BD7
RGB196155215
HSL281°42.86%72.55%
HSB/HSV281°27.91%84.31%
CMYK8.84%27.91%0.00%
15.69%

Color #C49BD7 in popluar number systems.

HEXC49BD7
Decimal196155215
Binary110001001001101111010111
Octal304233327

Shades and tints

Shades of #C49BD7

#C49BD7
(196,155,215)
#B38DC4
(179,141,196)
#A27FB1
(162,127,177)
#91719E
(145,113,158)
#80638B
(128,99,139)
#6F5578
(111,85,120)
#5E4765
(94,71,101)
#4D3952
(77,57,82)
#3C2B3F
(60,43,63)
#2B1D2C
(43,29,44)
#1A0F19
(26,15,25)
#000000
(0,0,0)

Tints of #C49BD7

#C49BD7
(196,155,215)
#C9A4DA
(201,164,218)
#CEADDD
(206,173,221)
#D3B6E0
(211,182,224)
#D8BFE3
(216,191,227)
#DDC8E6
(221,200,230)
#E2D1E9
(226,209,233)
#E7DAEC
(231,218,236)
#ECE3EF
(236,227,239)
#F1ECF2
(241,236,242)
#F6F5F5
(246,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C49BD7 color. Also use rgb(196,155,215) instead hex code.

Text Font Color

.myTextColor { color: #C49BD7; }

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

This text font color is #C49BD7.


Background Color

.myBgColor { background-color: #C49BD7; }

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

This div background color is #C49BD7.


Border color

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

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

This div border color is #C49BD7.


Opacity

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

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

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

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

This text has shadow with #C49BD7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C49BD7 on black background.


Color preview on white background

This text has color #C49BD7 on white background.



Black color preview on #C49BD7 background

This text has black color on #C49BD7 background.


White color preview on #C49BD7 background

This text has white color on #C49BD7 background.