COLOR #67BEBA

HEX: #67BEBA RGB: (103,190,186)

Color info

#67BEBA contains mainly green and blue colors. Web safe color of #67BEBA is #66CCCC (or #6CC).

RGB color model

#67BEBA color RGB value is (103,190,186).

RGB: (103,190,186) (40%, 75%, 73%)

RGB channels and saturation

R 103 of 255 = 40%
G 190 of 255 = 75%
B 186 of 255 = 73%

103
190
186

R + G + B ~ 63%. #67BEBA is quite light color.

Portions of RGB colors in percentages

R + G + B = 103 + 190 + 186 = 479 (100%)
R 103 of 479 ~ 21.5%
G 190 of 479 ~ 39.67%
B 186 of 479 ~ 38.83'%

%21.5
%39.67
%38.83

CMYK color model

#67BEBA color CMYK value is (46,0,2,25).

  • cyan value is 45.79%
  • magenta value is 0.00%
  • yellow value is 2.11%
  • key color value is 25.49%
CMYK: (46,0,2,25) C46M0Y2K25 (46%,0%,2%,25%) (0.46/0.00/0.02/0.25) 

CMYK percentages

%45.79
%0
%2.11
%25.49

Codes

Color #67BEBA in popluar color models

67 BE BA
RGB 103 190 186
HSL 177° 40.09% 57.45%
HSB/HSV 177° 45.79% 74.51%
CMYK 45.79% 0.00% 2.11%
25.49%

Color #67BEBA in popluar number systems.

HEX 67 BE BA
Decimal 103 190 186
Binary 1100111 10111110 10111010
Octal 147 276 272

Shades and tints

Shades of #67BEBA

#67BEBA
(103,190,186)
#5EADAA
(94,173,170)
#559C9A
(85,156,154)
#4C8B8A
(76,139,138)
#437A7A
(67,122,122)
#3A696A
(58,105,106)
#31585A
(49,88,90)
#28474A
(40,71,74)
#1F363A
(31,54,58)
#16252A
(22,37,42)
#0D141A
(13,20,26)
#000000
(0,0,0)

Tints of #67BEBA

#67BEBA
(103,190,186)
#74C3C0
(116,195,192)
#81C8C6
(129,200,198)
#8ECDCC
(142,205,204)
#9BD2D2
(155,210,210)
#A8D7D8
(168,215,216)
#B5DCDE
(181,220,222)
#C2E1E4
(194,225,228)
#CFE6EA
(207,230,234)
#DCEBF0
(220,235,240)
#E9F0F6
(233,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #67BEBA color. Also use rgb(103,190,186) instead hex code.

Text Font Color

.myTextColor { color: #67BEBA; }

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

This text font color is #67BEBA.

Background Color

.myBgColor { background-color: #67BEBA; }

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

This div background color is #67BEBA.

Border color

.myBorderColor { border: 1px solid #67BEBA; }

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

This div border color is #67BEBA.

Opacity

.myOpacity80 { color: #67BEBA; opacity: 0.8; }

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

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

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

This text has shadow with #67BEBA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #67BEBA.

Preview

Color preview on black background

This text has color #67BEBA on black background.


Color preview on white background

This text has color #67BEBA on white background.


Black color preview on #67BEBA background

This text has black color on #67BEBA background.


White color preview on #67BEBA background

This text has white color on #67BEBA background.


Related colors

Complementary color

Complementary color for #hex is #984145.


I love getcolorcode.com

Triadic colors

1 #BA67BE and #BEBA67 with #67BEBA are triadic colors.

2 #BABE67 and #BE67BA with #67BEBA are triadic colors.