COLOR #B693C4

HEX: #B693C4 RGB: (182,147,196)

Color info

#B693C4 contains red, green and blue colors in about the same proportion. Web safe color of #B693C4 is #CC99CC (or #C9C).

RGB color model

#B693C4 color RGB value is (182,147,196).

RGB: (182,147,196) (71%, 58%, 77%)

RGB channels and saturation

R 182 of 255 = 71%
G 147 of 255 = 58%
B 196 of 255 = 77%

182
147
196

R + G + B ~ 69%. #B693C4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 182 + 147 + 196 = 525 (100%)
R 182 of 525 ~ 34.67%
G 147 of 525 ~ 28%
B 196 of 525 ~ 37.33'%

%34.67
%28
%37.33

CMYK color model

#B693C4 color CMYK value is (7,25,0,23).

  • cyan value is 7.14%
  • magenta value is 25.00%
  • yellow value is 0.00%
  • key color value is 23.14%

CMYK: (7,25,0,23)
C7M25Y0K23 (7%, 25%, 0%, 23%)
(0.07 / 0.25 / 0.00 / 0.23)

CMYK percentages

%7.14
%25
%0
%23.14

Codes

Color #B693C4 in popluar color models

B6 93 C4
RGB 182 147 196
HSL 283° 29.34% 67.25%
HSB/HSV 283° 25.00% 76.86%
CMYK 7.14% 25.00% 0.00%
23.14%

Color #B693C4 in popluar number systems.

HEX B6 93 C4
Decimal 182 147 196
Binary 10110110 10010011 11000100
Octal 266 223 304

Shades and tints

Shades of #B693C4

#B693C4
(182,147,196)
#A686B3
(166,134,179)
#9679A2
(150,121,162)
#866C91
(134,108,145)
#765F80
(118,95,128)
#66526F
(102,82,111)
#56455E
(86,69,94)
#46384D
(70,56,77)
#362B3C
(54,43,60)
#261E2B
(38,30,43)
#16111A
(22,17,26)
#000000
(0,0,0)

Tints of #B693C4

#B693C4
(182,147,196)
#BC9CC9
(188,156,201)
#C2A5CE
(194,165,206)
#C8AED3
(200,174,211)
#CEB7D8
(206,183,216)
#D4C0DD
(212,192,221)
#DAC9E2
(218,201,226)
#E0D2E7
(224,210,231)
#E6DBEC
(230,219,236)
#ECE4F1
(236,228,241)
#F2EDF6
(242,237,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B693C4 color. Also use rgb(182,147,196) instead hex code.

Text Font Color

.myTextColor { color: #B693C4; }

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

This text font color is #B693C4.

Background Color

.myBgColor { background-color: #B693C4; }

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

This div background color is #B693C4.

Border color

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

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

This div border color is #B693C4.

Opacity

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

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

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

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

This text has shadow with #B693C4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B693C4.

Preview

Color preview on black background

This text has color #B693C4 on black background.


Color preview on white background

This text has color #B693C4 on white background.


Black color preview on #B693C4 background

This text has black color on #B693C4 background.


White color preview on #B693C4 background

This text has white color on #B693C4 background.


Related colors

Complementary color

Complementary color for #hex is #496C3B.


I love getcolorcode.com

Triadic colors

1 #C4B693 and #93C4B6 with #B693C4 are triadic colors.

2 #C493B6 and #93B6C4 with #B693C4 are triadic colors.