COLOR #C49BBA

HEX: #C49BBA
RGB: (196,155,186)

Renk bilgisi

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

RGB renk modeli

#C49BBA color RGB value is (196,155,186).

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

RGB bağlantıları ve doygunluk

R 196 of 255 = 77%
G 155 of 255 = 61%
B 186 of 255 = 73%

196
155
186

R + G + B ~ 70%. #C49BBA is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
196 + 155 + 186 = 537 (100%)
R 196 of 537 ~ 36.5%
G 155 of 537 ~ 28.86%
B 186 of 537 ~ 34.64%

%36.5
%28.86
%34.64

CMYK RENK MODELİ

#C49BBA rengi CMYK tonu (0,21,5,23).

  • camgöbeği tonu 0.00%
  • eflatun tonu 20.92%
  • sarı tonu 5.10%
  • ana renk tonu 23.14%
CMYK:
(0,21,5,23)
C0M21Y5K23 
(0%,21%,5%,23%)
(0.00/0.21/0.05/0.23)	

CMYK yüzdeleri

%0
%20.92
%5.1
%23.14

Codes

Color #C49BBA in popluar color models

C49BBA
RGB196155186
HSL315°25.79%68.82%
HSB/HSV315°20.92%76.86%
CMYK0.00%20.92%5.10%
23.14%

Color #C49BBA in popluar number systems.

HEXC49BBA
Decimal196155186
Binary110001001001101110111010
Octal304233272

Shades and tints

Shades of #C49BBA

#C49BBA
(196,155,186)
#B38DAA
(179,141,170)
#A27F9A
(162,127,154)
#91718A
(145,113,138)
#80637A
(128,99,122)
#6F556A
(111,85,106)
#5E475A
(94,71,90)
#4D394A
(77,57,74)
#3C2B3A
(60,43,58)
#2B1D2A
(43,29,42)
#1A0F1A
(26,15,26)
#000000
(0,0,0)

Tints of #C49BBA

#C49BBA
(196,155,186)
#C9A4C0
(201,164,192)
#CEADC6
(206,173,198)
#D3B6CC
(211,182,204)
#D8BFD2
(216,191,210)
#DDC8D8
(221,200,216)
#E2D1DE
(226,209,222)
#E7DAE4
(231,218,228)
#ECE3EA
(236,227,234)
#F1ECF0
(241,236,240)
#F6F5F6
(246,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C49BBA; }

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

This text font color is #C49BBA.


Background Color

.myBgColor { background-color: #C49BBA; }

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

This div background color is #C49BBA.


Border color

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

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

This div border color is #C49BBA.


Opacity

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

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

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

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

This text has shadow with #C49BBA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C49BBA on black background.


Color preview on white background

This text has color #C49BBA on white background.



Black color preview on #C49BBA background

This text has black color on #C49BBA background.


White color preview on #C49BBA background

This text has white color on #C49BBA background.